We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a196205 commit 0917f27Copy full SHA for 0917f27
requirements/dev.txt
@@ -9,5 +9,6 @@ parameterized==0.9.0
9
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
10
11
# formatter
12
-black==24.8.0
+black==24.10.0; python_version>="3.9"
13
+black==24.8.0; python_version<"3.9"
14
ruff==0.6.9
0 commit comments