Skip to content

Commit e331934

Browse files
committed
Remove flake8 from tox
1 parent 95bf2e8 commit e331934

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 88

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pytest
44
coverage<8
55
pytest-django
66
pytest-cov
7-
pytest-flake8

tox.ini

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
dj{42,50},flake8
3+
dj{42,50}
44

55
[gh-actions]
66
django =
@@ -18,11 +18,3 @@ deps =
1818
dj42: django>=4.2,<4.3
1919
dj50: django>=5.0,<5.1
2020
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

Comments
 (0)