Skip to content

Commit 06aeeb1

Browse files
Bump pre-commit hooks to fix CI warning
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks. Warning: repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
1 parent 51f15fa commit 06aeeb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ repos:
66
args: [--safe]
77
language_version: python3
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v2.2.3
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: check-yaml
1313
- id: debug-statements
14+
- repo: https://github.com/pycqa/flake8
15+
rev: 7.3.0
16+
hooks:
1417
- id: flake8
15-
language_version: python3

0 commit comments

Comments
 (0)