Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
account-app
Commits
cd091170
Commit
cd091170
authored
3 years ago
by
Bo-Chun Chen
Browse files
Options
Downloads
Patches
Plain Diff
Remove dangerous-default-value from disable list
parent
863f7110
No related branches found
Branches containing commit
No related tags found
1 merge request
!35
Add linting tools configuration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
1 addition
and
1 deletion
pyproject.toml
+
1
−
1
View file @
cd091170
...
@@ -3,6 +3,6 @@ line-length = 79
...
@@ -3,6 +3,6 @@ line-length = 79
target-version
=
[
'py36'
]
target-version
=
[
'py36'
]
preview
=
true
preview
=
true
[tool.pylint.main]
[tool.pylint.main]
disable
=
[
"import-error"
,
"unused-argument"
,
"dangerous-default-value"
,
"broad-except"
]
disable
=
[
"import-error"
,
"unused-argument"
,
"broad-except"
]
[tool.pylint.format]
[tool.pylint.format]
max-line-length
=
79
max-line-length
=
79
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