Skip to content

Commit

Permalink
Ignore erro do flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenanbartels committed Apr 9, 2021
1 parent 7afdccd commit 86f47f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lint:
autoflake --in-place --recursive --remove-unused-variables --remove-all-unused-imports .
isort --skip migrations --skip brasilio/wsgi.py -rc .
black . --exclude "docker" -l 120
flake8 --ignore=E203,E231
flake8 --config setup.cfg

test:
pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,docker/postgresql/data
ignore=I001,I003,I004,E231,E501
ignore=I001,I003,I004,E231,E501,E203

0 comments on commit 86f47f1

Please sign in to comment.