diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 845e9a6..0000000 --- a/.flake8 +++ /dev/null @@ -1,8 +0,0 @@ -[flake8] -exclude = - venv, - **/migrations/* -# So flake8 plays nicely with black -# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html -max-line-length = 88 -extend-ignore = E203 diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 44c81f5..0000000 --- a/pytest.ini +++ /dev/null @@ -1,2 +0,0 @@ -[pytest] -DJANGO_SETTINGS_MODULE = chicago.settings diff --git a/setup.cfg b/setup.cfg index 8c076c1..c7082df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,11 @@ [tool:pytest] -DJANGO_SETTINGS_MODULE = tests.test_config \ No newline at end of file +DJANGO_SETTINGS_MODULE = chicago.settings + +[flake8] +exclude = + venv, + **/migrations/* +# So flake8 plays nicely with black +# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html +max-line-length = 88 +extend-ignore = E203 \ No newline at end of file