We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98139a commit 8aa0123Copy full SHA for 8aa0123
tox.ini
@@ -31,28 +31,28 @@ basepython = python3
31
32
[testenv:black]
33
deps =
34
- black==22.6.0
+ black==25.1.0
35
commands = black --check --diff .
36
37
[testenv:flake8]
38
39
- flake8==4.0.1
+ flake8==7.1.2
40
commands = flake8
41
42
[testenv:isort]
43
44
- isort==5.10.1
+ isort==6.0.1
45
commands = isort --check-only --diff .
46
47
[testenv:jsonformat]
48
49
- pytest==6.2.5
+ pytest==8.3.5
50
commands = pytest test_jsonformat.py {posargs}
51
52
[testenv:pytest]
53
54
-rrequirements.txt
55
56
commands = pytest --ignore=test_jsonformat.py {posargs}
57
58
[testenv:validate]
0 commit comments