Skip to content

Commit 36ca607

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.20.0](asottile/pyupgrade@v3.3.1...v3.20.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0)
1 parent 228b987 commit 36ca607

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
exclude: '.*\.pth$'
88
- id: debug-statements
99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.2.6
10+
rev: v2.4.1
1111
hooks:
1212
- id: codespell
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 6.1.0
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.3.1
18+
rev: v3.20.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py37-plus]
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 6.0.0
23+
rev: 7.3.0
2424
hooks:
2525
- id: flake8

0 commit comments

Comments
 (0)