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 3f60018 commit c189041Copy full SHA for c189041
.github/workflows/pre-commit.yml
@@ -9,9 +9,9 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-python@v3
14
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ - uses: actions/cache@v4
15
with:
16
path: ~/.cache/pre-commit
17
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: sphinx-lint
24
types: [rst]
25
- repo: https://github.com/pycqa/isort
26
- rev: 6.0.0
+ rev: 6.0.1
27
hooks:
28
- id: isort
29
additional_dependencies: ["toml"]
0 commit comments