Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
e74c73a8
Commit
e74c73a8
authored
Dec 23, 2019
by
Aymeric Augustin
Browse files
Enable F841 warning in flake8.
parent
e6c0019c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.cfg
setup.cfg
+1
-1
No files found.
setup.cfg
View file @
e74c73a8
...
@@ -24,5 +24,5 @@ multi_line_output = 3
...
@@ -24,5 +24,5 @@ multi_line_output = 3
use_parentheses = True
use_parentheses = True
[flake8]
[flake8]
ignore = E203, E501,
F841,
W503
ignore = E203, E501, W503
max-line-length = 119
max-line-length = 119
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment