Skip to content

Commit

Permalink
consolidated some settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Dec 21, 2023
1 parent 2c82f81 commit 2dfed7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .flake8

This file was deleted.

2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.test_config
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

0 comments on commit 2dfed7c

Please sign in to comment.