Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
ignore the whitespace after binary operator flake rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeli committed Sep 7, 2022
1 parent 912affe commit 57a717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands =
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203, E501
extend-ignore = E203, E501, W503
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
doctests = True

Expand Down

0 comments on commit 57a717d

Please sign in to comment.