Skip to content

Commit

Permalink
Removed double ignore code flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Dec 8, 2023
1 parent 7baed18 commit e3d5253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401, E231, W503
ignore = E203, E266, E501, W503, F403, F401, E231
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9

0 comments on commit e3d5253

Please sign in to comment.