Skip to content

Commit 6146f0d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent 70836b4 commit 6146f0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: check-case-conflict
1111
- id: check-merge-conflict
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.17.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.8.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/asottile/blacken-docs
25-
rev: 1.18.0
25+
rev: 1.19.1
2626
hooks:
2727
- id: blacken-docs
2828
additional_dependencies:
2929
- black==22.6.0
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.13.2
32+
rev: 6.0.1
3333
hooks:
3434
- id: isort
3535
args: ["--profile", "black"]
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 7.1.1
38+
rev: 7.2.0
3939
hooks:
4040
- id: flake8
4141
args:
@@ -48,7 +48,7 @@ repos:
4848
- flake8-typing-imports
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.11.2
51+
rev: v1.15.0
5252
hooks:
5353
- id: mypy
5454
files: ^src/

0 commit comments

Comments
 (0)