Skip to content

Commit

Permalink
fix: Add W503 to flake8 ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Sep 3, 2024
1 parent f705505 commit cabccdd
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,3 +1,3 @@
[flake8]
ignore = E203,F401,F403
ignore = E203,F401,F403, W503
max-line-length = 100

0 comments on commit cabccdd

Please sign in to comment.