Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
50351959
Commit
50351959
authored
11 months ago
by
Yoann Schneider
Committed by
Erwan Rouchet
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Introduce flake8-bandit (S113)
parent
d7e58a04
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2287
Introduce flake8-bandit (S113)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ruff.toml
+4
-1
4 additions, 1 deletion
ruff.toml
with
4 additions
and
1 deletion
ruff.toml
+
4
−
1
View file @
50351959
...
...
@@ -5,5 +5,8 @@ line-length = 120
quote-style
=
"double"
[lint]
select
=
[
"Q0"
,
"F"
,
"W"
,
"E"
]
select
=
[
"Q0"
,
"F"
,
"W"
,
"E"
,
# request-without-timeout
"S113"
,
]
ignore
=
[
"E501"
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment