Skip to content

Commit

Permalink
Exclude /postgres from flake8 scan
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 13, 2018
1 parent 557f4e1 commit c1c5c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
@@ -1,4 +1,4 @@
[flake8]
ignore = E402,E731,D100,D101,D102,D103,D104,D105,W504,E252
exclude = .git,__pycache__,build,dist,.eggs
exclude = .git,__pycache__,build,dist,.eggs,postgres

0 comments on commit c1c5c5c

Please sign in to comment.