Skip to content

Commit

Permalink
chore: I mean to ignore W504 instead of W503
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 2, 2024
1 parent 533d92c commit 8c6f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]

# Ignore unused imports
ignore = F401,W503
ignore = F401,W504

max-line-length = 125

Expand Down

0 comments on commit 8c6f581

Please sign in to comment.