Skip to content

Commit 04b3844

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/commitizen-tools/commitizen: v3.5.2 → v3.31.0](commitizen-tools/commitizen@v3.5.2...v3.31.0)
1 parent 676fb56 commit 04b3844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
exclude: '^(\.tox|ci/templates)(/|$)'
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: debug-statements
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 5.13.2
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.0.0
18+
rev: 7.1.1
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/commitizen-tools/commitizen
22-
rev: v3.5.2
22+
rev: v3.31.0
2323
hooks:
2424
- id: commitizen
2525
stages:

0 commit comments

Comments
 (0)