Skip to content

Commit 6318e27

Browse files
committed
fix pre-commit
1 parent af14031 commit 6318e27

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v3
15-
- uses: pre-commit/action@v3.0.0
13+
- uses: actions/checkout@v3
14+
- uses: pre-commit/action@v3.0.0

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: remove-tabs
2525
args: [--whitespaces-count, '4']
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.11.0
27+
rev: v2.16.0
2828
hooks:
2929
- id: pretty-format-yaml
3030
args: [--autofix, --indent, '2']
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: conda_envfile_parse
4141
files: environment.yaml
42-
# Externally provided executables (so we can use them with editors as well).
42+
# Externally provided executables (so we can use them with editors as well).
4343
- repo: https://github.com/pre-commit/mirrors-clang-format
4444
rev: v17.0.6
4545
hooks:

0 commit comments

Comments
 (0)