We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0acf412 + 0f3706e commit 3e9a957Copy full SHA for 3e9a957
1 file changed
.github/workflows/test.yaml
@@ -1,6 +1,7 @@
1
name: test
2
3
-on: push
+on:
4
+ pull_request:
5
6
jobs:
7
linting:
@@ -22,7 +23,7 @@ jobs:
22
23
#----------------------------------------------
24
# install and run linters
25
- - run: python -m pip install black flake8 isort
26
+ - run: python -m pip install black==23.11.0 flake8 isort
27
- run: |
28
flake8 .
29
black . --check
0 commit comments