Skip to content

Commit 12f1dc8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.6.0](tox-dev/tox-ini-fmt@1.4.1...1.6.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 68901cb commit 12f1dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -9,12 +9,12 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/tox-dev/tox-ini-fmt
12-
rev: 1.4.1
12+
rev: 1.6.0
1313
hooks:
1414
- id: tox-ini-fmt
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.1.1
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8
2020

0 commit comments

Comments
 (0)