Skip to content

Commit

Permalink
Ignore flake8 E721
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Jul 5, 2024
1 parent 0ee9faa commit 41f5c2e
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
Expand Up @@ -2,7 +2,7 @@
max-line-length = 120
max-complexity = 10
select = C,E,F,W,B,B950
ignore = E203,E501,W503,E722,B001,C901
ignore = E203,E501,W503,E721,E722,B001,C901
exclude =
.git,
test_*,
Expand Down

0 comments on commit 41f5c2e

Please sign in to comment.