Skip to content

Commit 75ef0ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.3.1](tox-dev/pyproject-fmt@2.1.4...2.3.1)
1 parent 73c2a34 commit 75ef0ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
types: ["python"]
@@ -12,7 +12,7 @@ repos:
1212
types: ["python"]
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.0
15+
rev: 7.1.1
1616
hooks:
1717
- id: flake8
1818

@@ -27,6 +27,6 @@ repos:
2727
- id: isort
2828

2929
- repo: https://github.com/tox-dev/pyproject-fmt
30-
rev: "2.1.4"
30+
rev: "2.3.1"
3131
hooks:
3232
- id: pyproject-fmt

0 commit comments

Comments
 (0)