diff --git a/.flake8 b/.flake8 index 0b45d30..8a89f61 100644 --- a/.flake8 +++ b/.flake8 @@ -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/*