Skip to content

Commit 9f60ead

Browse files
authoredFeb 24, 2025
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/commitizen-tools/commitizen: 3.10.0 → v4.2.2](commitizen-tools/commitizen@3.10.0...v4.2.2)
1 parent daf06da commit 9f60ead

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py|^tests/data/'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -20,7 +20,7 @@ repos:
2020
args: ['--fix=no']
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: '6.1.0' # pick a git hash / tag to point to
23+
rev: '7.1.2' # pick a git hash / tag to point to
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
@@ -35,7 +35,7 @@ repos:
3535
- flake8-copyright
3636

3737
- repo: https://github.com/psf/black
38-
rev: 23.9.1
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141

@@ -45,20 +45,20 @@ repos:
4545
- id: rst-backticks
4646

4747
- repo: https://github.com/PyCQA/isort
48-
rev: 5.12.0
48+
rev: 6.0.0
4949
hooks:
5050
- id: isort
5151
args: ["--profile", "black"]
5252

5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v3.15.0
55+
rev: v3.19.1
5656
hooks:
5757
- id: pyupgrade
5858
args: [--py38-plus]
5959

6060
- repo: https://github.com/commitizen-tools/commitizen
61-
rev: 3.10.0
61+
rev: v4.2.2
6262
hooks:
6363
- id: commitizen
6464
stages: [commit-msg]

0 commit comments

Comments
 (0)