Skip to content

Commit

Permalink
Move comments in flake8 config so it can be parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Nov 25, 2022
1 parent 7c89a72 commit c0d9bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
ignore = # don't complain about star (*) imports
F403,
# don't complain about untraceable star import variables
# F403 -> don't complain about star (*) imports
# F405 -> don't complain about untraceable star import variables
ignore = F403,
F405
max-line-length = 120
exclude = .git,
Expand Down

0 comments on commit c0d9bad

Please sign in to comment.