Skip to content

Commit 99ae6f1

Browse files
committed
Fixed pre-commit autoupdate
1 parent a304a9f commit 99ae6f1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/run_precommit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
run: |
2222
pip install pre-commit
2323
24+
- name: Run pre-commit autoupdate
25+
run: pre-commit autoupdate
26+
2427
- name: Run pre-commit hooks with hook-stage "manual" (=checks only)
2528
run: |
2629
pre-commit run --hook-stage manual --all-files

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repos:
1010
- id: check-ast
1111
types: [ python ]
1212
- repo: https://github.com/python-poetry/poetry
13-
rev: 1.4.0
13+
rev: 1.6.0
1414
hooks:
1515
- id: poetry-check
1616
- repo: https://github.com/google/yapf
17-
rev: v0.33.0
17+
rev: v0.40.2
1818
hooks:
1919
- id: yapf
2020
name: "yapf"
@@ -41,7 +41,7 @@ repos:
4141
stages: [ manual ]
4242
types: [ python ]
4343
- repo: https://github.com/pycqa/flake8
44-
rev: 6.0.0
44+
rev: 6.1.0
4545
hooks:
4646
- id: flake8
4747
additional_dependencies: [flake8-quotes==3.3.2]

0 commit comments

Comments
 (0)