Skip to content

Commit

Permalink
🔧 Add Flake8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainchisty committed Nov 16, 2021
1 parent 64cb1b4 commit 3404d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 133
exclude = __init__.py, *venv, *migrations, *review, *order, *core, *vendor
ignore = E501,F841

0 comments on commit 3404d34

Please sign in to comment.