Skip to content

Commit

Permalink
Add flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Feb 1, 2024
1 parent 17cae6d commit 226a2c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
ignore = E203, E265, E266, E501, E741, W503
max-line-length = 150
max-complexity = 20

0 comments on commit 226a2c2

Please sign in to comment.