Skip to content

Commit

Permalink
tox: add the flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-m committed Jul 8, 2019
1 parent 280519b commit 044e602
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ commands =
-black --skip-string-normalization --check .
flake8

[flake8]
exclude =
.tox
.eggs
integration_tests/assets/scripts
show-source = true
max-line-length = 99
application-import-names = wazo_dird

0 comments on commit 044e602

Please sign in to comment.