Skip to content

Commit da8e99a

Browse files
author
Matthew Fisher
committed
fix(controller): add south_migrations to flake8
1 parent fab0b89 commit da8e99a

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)