Skip to content

Commit

Permalink
Fixed W503 flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 30, 2023
1 parent d91850f commit 895558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ skip_gitignore = true

[flake8]
max-line-length = 88
ignore = B028
extend-ignore = B028

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit 895558f

Please sign in to comment.