Skip to content

Commit

Permalink
update flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Dec 5, 2023
1 parent 5152bad commit 8a1236d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ extend-ignore =
E501,
# Stop finding commented out code because it's mistaking shape annotations for code
E800,
# Just let the formatter complain about isort
I,
# Stop complaining about using functions from random
S311,
# Ignore errors for internal mypy traceback, stderr output, or an unmatched line.
Expand Down

0 comments on commit 8a1236d

Please sign in to comment.