Skip to content

Commit b6eef78

Browse files
committed
Fix black for runtests
1 parent 962f4d5 commit b6eef78

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ exclude = '''
88
/(
99
\.git
1010
| \.venv
11+
| \.tox
1112
| dist
1213
)/
1314
'''

runtests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
},
7575
},
7676
],
77-
ROOT_URLCONF = 'fluent_blogs.tests.testapp.urls',
78-
TEST_RUNNER = 'django.test.runner.DiscoverRunner',
77+
ROOT_URLCONF="fluent_blogs.tests.testapp.urls",
78+
TEST_RUNNER="django.test.runner.DiscoverRunner",
7979
SECRET_KEY="testtest",
80-
SITE_ID = 4,
81-
PARLER_LANGUAGES = {
80+
SITE_ID=4,
81+
PARLER_LANGUAGES={
8282
4: (
8383
{"code": "nl", "fallback": "en"},
8484
{"code": "en"},

0 commit comments

Comments
 (0)