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 29c9ddc commit 9c4326aCopy full SHA for 9c4326a
.github/workflows/format.yml
@@ -6,6 +6,8 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
10
- - uses: actions/setup-python@v5
11
- - uses: pre-commit/[email protected]
+ - uses: actions/checkout@v3
+ - uses: actions/setup-python@v4
+
12
+ - name: Run pre-commit hooks on all files
13
+ run: python -m pip -v install pre-commit && pre-commit run -a -v
0 commit comments