We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01d293 commit b798f41Copy full SHA for b798f41
.github/workflows/linters.yaml
@@ -36,4 +36,4 @@ jobs:
36
run: pip install black
37
38
- name: Run black check
39
- run: black --diff . && black --check .
+ run: black --diff . && black --check . && sleep 300
0 commit comments