reformat the flake8 config

This commit is contained in:
Andreas Zweili 2020-03-01 12:42:43 +01:00
parent c6803933fc
commit 0f539d4b5f
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
[flake8]
exclude = *migrations*,__init__.py,*cache*,venv/,manage.py,network_inventory/settings/*
exclude =
*migrations*,
__init__.py,
*cache*,
venv/,
manage.py,
network_inventory/settings/*