Skip to content

Commit de80f01

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [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.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0)
1 parent 54f43b4 commit de80f01

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.3.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
name: black
@@ -25,7 +25,7 @@ repos:
2525
exclude: ^babelizer/data
2626

2727
- repo: https://github.com/pycqa/flake8
28-
rev: 7.0.0
28+
rev: 7.1.1
2929
hooks:
3030
- id: flake8
3131
additional_dependencies:
@@ -35,22 +35,22 @@ repos:
3535
exclude: ^babelizer/data
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.15.2
38+
rev: v3.19.1
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py310-plus]
4242
exclude: ^babelizer/data
4343

4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.13.2
45+
rev: 6.0.0
4646
hooks:
4747
- id: isort
4848
files: \.py$
4949
exclude: ^babelizer/data
5050
args: [--force-single-line-imports]
5151

5252
- repo: https://github.com/pre-commit/pre-commit-hooks
53-
rev: v4.5.0
53+
rev: v5.0.0
5454
hooks:
5555
- id: check-builtin-literals
5656
exclude: ^babelizer/data
@@ -76,7 +76,7 @@ repos:
7676
)
7777
7878
- repo: https://github.com/pre-commit/mirrors-mypy
79-
rev: v1.9.0
79+
rev: v1.15.0
8080
hooks:
8181
- id: mypy
8282
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)