Skip to content

Commit 4c66161

Browse files
author
Matthew Fisher
committed
Merge pull request #1473 from deis/flake8-migrations
fix(controller): add south_migrations to flake8
2 parents 39fe718 + da8e99a commit 4c66161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[flake8]
22
max-line-length = 99
3-
exclude = */api/migrations/*,*/build/*,*/venv/*,*/virtualenv/*,*/scheduler/*,*/templates/*
3+
exclude = */api/migrations/*,*/api/south_migrations/*,*/build/*,*/venv/*,*/virtualenv/*,*/scheduler/*,*/templates/*
44
max-complexity = 12

0 commit comments

Comments
 (0)