Skip to content

Commit

Permalink
Add .flake8 config file
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 6, 2023
1 parent 0eebb57 commit 71297a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flake8
@@ -0,0 +1,4 @@
[flake8]
exclude = tests,build,.venv,docs
ignore = E203,W503,E722
max_line_length=129

0 comments on commit 71297a4

Please sign in to comment.