Skip to content

Commit

Permalink
Add black to lint tests and increase line length for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Dec 30, 2018
1 parent f05b199 commit 1e2068e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ deps =
basepython = python3.6
deps =
flake8
black
commands =
flake8 django_migration_linter
flake8 --max-line-length=88 django_migration_linter
black --check django_migration_linter

0 comments on commit 1e2068e

Please sign in to comment.