Skip to content

Commit d8bfd40

Browse files
committed
chore: Add make pr2.7 for Python 2 that does not run black
1 parent 6488a2d commit d8bfd40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ black-check:
2828

2929
# Verifications to run before sending a pull request
3030
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

Comments
 (0)