Commit 9428d5a69f4f4313765606117ac7bfff8737b6e7

Authored by Sergio Oliveira
1 parent 844166cc

Added setup.cfg with flake8 settings

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
setup.cfg 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +[flake8]
  2 +exclude = **/migrations/*,**/urls.py
... ...