File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ bandit; python_version <= "3.8"
2
+ bandit==1.8.3; python_version > "3.8"
1
3
black==24.10.0; python_version > "3.8"
2
4
black; python_version <= "3.8"
3
5
isort; python_version < "3.8"
@@ -7,22 +9,20 @@ pre-commit==4.1.0; python_version > "3.8"
7
9
codespell==v2.4.1
8
10
flake8; python_version < "3.8"
9
11
flake8==7.1.2; python_version >= "3.8"
10
- bandit; python_version <= "3.8"
11
- bandit==1.8.3; python_version > "3.8"
12
12
gitlint==v0.19.1
13
13
interrogate
14
+ jsonschema
14
15
mypy==v1.15.0
16
+ playwright
15
17
pytest>=7.2.0
16
- pytest-xdist
17
- pytest-cov
18
18
pytest-asyncio
19
+ pytest-cov
19
20
pytest-mock
20
21
pytest-playwright
21
- playwright
22
+ pytest-xdist
22
23
types-beautifulsoup4
23
24
types-jsonschema
24
25
types-PyYAML
25
26
types-requests
26
27
types-setuptools
27
- types-toml
28
- build
28
+ types-toml
You can’t perform that action at this time.
0 commit comments