File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1+ [flake8]
2+ max-line-length = 88
Original file line number Diff line number Diff line change 44 hooks :
55 - id : pyupgrade
66 args : ["--py310-plus"]
7+
8+ - repo : https://github.com/pycqa/flake8
9+ rev : 7.3.0
10+ hooks :
11+ - id : flake8
Original file line number Diff line number Diff line change 44coverage<8
55pytest-django
66pytest-cov
7- pytest-flake8
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- dj{42,50},flake8
3+ dj{42,50}
44
55[gh-actions]
66django =
@@ -18,11 +18,3 @@ deps =
1818 dj42: django>=4.2,<4.3
1919 dj50: django>=5.0,<5.1
2020commands = 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
You can’t perform that action at this time.
0 commit comments