Skip to content

Commit cf8d449

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/commitizen-tools/commitizen: v3.5.2 → 3.12.0](commitizen-tools/commitizen@v3.5.2...3.12.0)
1 parent 676fb56 commit cf8d449

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
@@ -5,7 +5,7 @@
55
exclude: '^(\.tox|ci/templates)(/|$)'
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -15,11 +15,11 @@ repos:
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 6.0.0
18+
rev: 6.1.0
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/commitizen-tools/commitizen
22-
rev: v3.5.2
22+
rev: 3.12.0
2323
hooks:
2424
- id: commitizen
2525
stages:

0 commit comments

Comments
 (0)