Skip to content

Commit f012f4b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.17.0](asottile/pyupgrade@v3.10.1...v3.17.0) - [github.com/psf/black: 23.7.0 → 24.8.0](psf/black@23.7.0...24.8.0) - [github.com/asottile/blacken-docs: 1.15.0 → 1.18.0](adamchainz/blacken-docs@1.15.0...1.18.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.11.2](pre-commit/mirrors-mypy@v1.4.1...v1.11.2)
1 parent 64be81b commit f012f4b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
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.4.0
6+
rev: v4.6.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.10.1
14+
rev: v3.17.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
1818

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

2424
- repo: https://github.com/asottile/blacken-docs
25-
rev: 1.15.0
25+
rev: 1.18.0
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.12.0
32+
rev: 5.13.2
3333
hooks:
3434
- id: isort
3535
args: ["--profile", "black"]
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 6.1.0
38+
rev: 7.1.1
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.4.1
51+
rev: v1.11.2
5252
hooks:
5353
- id: mypy
5454
files: ^src/

0 commit comments

Comments
 (0)