Skip to content

Commit

Permalink
ci: Remove flake8 ignore W503
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Aug 21, 2022
1 parent b439ceb commit 6eab3b8
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,4 +2,4 @@
exclude = .git,.lock
max-complexity = 10
max-line-length = 90
ignore=E501,W503
ignore=E501

0 comments on commit 6eab3b8

Please sign in to comment.