We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4fd1a commit a794d3bCopy full SHA for a794d3b
dev-requirements.txt
@@ -2,6 +2,7 @@ bandit; python_version <= "3.8"
2
bandit==1.8.3; python_version > "3.8"
3
black==24.10.0; python_version > "3.8"
4
black; python_version <= "3.8"
5
+build
6
isort; python_version < "3.8"
7
isort==6.0.1; python_version >= "3.8"
8
pre-commit; python_version <= "3.8"
@@ -25,4 +26,4 @@ types-jsonschema
25
26
types-PyYAML
27
types-requests
28
types-setuptools
-types-toml
29
+types-toml
0 commit comments