Skip to content

Commit 323a628

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → v2.21.1](tox-dev/pyproject-fmt@2.1.4...v2.21.1)
1 parent 73c2a34 commit 323a628

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v6.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.3.0
1616
hooks:
1717
- id: flake8
1818

@@ -22,11 +22,11 @@ repos:
2222
- id: seed-isort-config
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.13.2
25+
rev: 8.0.1
2626
hooks:
2727
- id: isort
2828

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

0 commit comments

Comments
 (0)