Skip to content

Commit 35a9536

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 25.1.0](psf/black@24.2.0...25.1.0) - [github.com/pycqa/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.20.0](asottile/pyupgrade@v3.15.1...v3.20.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [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/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0)
1 parent c4f5c99 commit 35a9536

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.2.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
name: black
@@ -13,7 +13,7 @@ repos:
1313
types_or: [python, pyi]
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.0.0
16+
rev: 7.2.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies:
@@ -23,19 +23,19 @@ repos:
2323
args: [--max-line-length=88]
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.15.1
26+
rev: v3.20.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py310-plus]
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: [--force-single-line-imports]
3636

3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: v4.5.0
38+
rev: v5.0.0
3939
hooks:
4040
- id: check-builtin-literals
4141
- id: check-added-large-files
@@ -57,7 +57,7 @@ repos:
5757
)
5858
5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.8.0
60+
rev: v1.15.0
6161
hooks:
6262
- id: mypy
6363
language_version: python3.12

0 commit comments

Comments
 (0)