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 24b4b14 commit b93a99aCopy full SHA for b93a99a
1 file changed
.github/workflows/tests.yaml
@@ -8,7 +8,7 @@ on:
8
pull_request:
9
10
env:
11
- DEFAULT_PYTHON: 3.11
+ DEFAULT_PYTHON: 3.13
12
13
jobs:
14
pre-commit:
@@ -31,8 +31,9 @@ jobs:
31
- name: Install Python modules
32
run: |
33
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
34
-
+
35
- name: Run pre-commit on all files
36
+ env:
37
+ SKIP: no-commit-to-branch
38
- pre-commit run --all-files --show-diff-on-failure --color=always
39
+ pre-commit run --all-files --show-diff-on-failure --color=always
0 commit comments