Skip to content

Commit

Permalink
build: ignore flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Sep 2, 2022
1 parent 2e85547 commit 2accd9d
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,3 +1,3 @@
[flake8]
max-line-length = 90
ignore = D200,W503,D205,D400,D211,E203,S101,S603,S607,B008,S404
ignore = D200,W503,D205,D400,D211,E203,S101,S603,S607,B008,S404,B023

0 comments on commit 2accd9d

Please sign in to comment.