Skip to content

Commit

Permalink
Update .pep8speaks.yml
Browse files Browse the repository at this point in the history
Ignore W503 and W504
  • Loading branch information
alexfore authored May 6, 2024
1 parent dfe4290 commit 24fe4ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ pycodestyle: # Valid if scanner.linter is pycodestyle
ignore:
- E129
- E125
- W503
- W504
exclude: [] # File path patterns to exclude
count: False
first: False
Expand Down

0 comments on commit 24fe4ad

Please sign in to comment.