Skip to content

Commit 36924ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/PyCQA/flake8.git: 5.0.4 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/5.0.4...7.0.0)
1 parent cbb1a14 commit 36924ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
- id: remove-tabs
6363

6464
- repo: https://github.com/pre-commit/pre-commit-hooks.git
65-
rev: v4.5.0
65+
rev: v4.6.0
6666
hooks:
6767
# Side-effects:
6868
- id: trailing-whitespace
@@ -95,7 +95,7 @@ repos:
9595
types: [file, yaml]
9696

9797
- repo: https://github.com/PyCQA/flake8.git
98-
rev: 5.0.4
98+
rev: 7.0.0
9999
hooks:
100100
- id: flake8
101101
alias: flake8

0 commit comments

Comments
 (0)