We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bf2e8 commit e331934Copy full SHA for e331934
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+max-line-length = 88
requirements-test.txt
@@ -4,4 +4,3 @@ pytest
4
coverage<8
5
pytest-django
6
pytest-cov
7
-pytest-flake8
tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
3
- dj{42,50},flake8
+ dj{42,50}
[gh-actions]
django =
@@ -18,11 +18,3 @@ deps =
18
dj42: django>=4.2,<4.3
19
dj50: django>=5.0,<5.1
20
commands = pytest -rxs --cov-report= --cov-append --cov djclick {posargs:djclick}
21
-
22
23
-[testenv:flake8]
24
-commands = flake8 djclick
25
26
27
-[flake8]
28
-max-line-length = 88
0 commit comments