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 6488a2d commit d8bfd40Copy full SHA for d8bfd40
Makefile
@@ -28,3 +28,6 @@ black-check:
28
29
# Verifications to run before sending a pull request
30
pr: init dev black-check
31
+
32
+# Verifications to run before sending a pull request, skipping black check because black requires Python 3.6+
33
+pr2.7: init dev
0 commit comments