We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85482e6 commit b082e12Copy full SHA for b082e12
source/openpulse/requirements-dev.txt
@@ -1,4 +1,7 @@
1
pytest>=6.0
2
pyyaml
3
pylint>=2.9
4
-black>=20.8b0
+
5
+# Black uses calver majors for changes to the default style;
6
+# we can allow updates within a given year.
7
+black~=24.10
0 commit comments