Skip to content

Commit

Permalink
.flake8: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgree committed Feb 13, 2022
1 parent 816a0fe commit 97d9ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
ignore = E123, E126, E201, E203, E211, E221, E222, E225, E226, E227, E241, \
E741, W504 C901
E741, W504, C901
exclude = .git,__pycache__,build,dist
max-complexity = 20
max-line-length = 80
Expand Down

0 comments on commit 97d9ebe

Please sign in to comment.