Skip to content

Commit

Permalink
add: flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Jun 7, 2023
1 parent 9c0ada7 commit 38fc521
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
max-line-length = 119
ignore = E203,E266,W503,W504
max-complexity = 10
exclude = .git,__pycache__,docs/source/conf.py,dist,venv,.venv,.tox,build

0 comments on commit 38fc521

Please sign in to comment.