Skip to content

Commit

Permalink
added formating error created by black in flake8 (#5839)
Browse files Browse the repository at this point in the history
* added formating error created by black in flake8

* use black's suggestion for ignored errors

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
jimman2003 and cclauss authored Nov 9, 2021
1 parent 8a62727 commit 5caa59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flake8-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# E226 missing whitespace around arithmetic operator
# F401 '._init_path' imported but unused
# W504 line break after binary operator
flake8 --diff --filename=*.py --ignore=E226,F401,W504 --max-line-length=88 --statistics
flake8 --diff --filename=*.py --ignore=E203,E226,F401,W503 --max-line-length=88 --statistics

0 comments on commit 5caa59f

Please sign in to comment.