Skip to content

Commit 29b049f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.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/mirrors-mypy: v1.14.1 → v1.16.1](pre-commit/mirrors-mypy@v1.14.1...v1.16.1)
1 parent d0b9b28 commit 29b049f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
name: black
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [".[jupyter]"]
2424

2525
- repo: https://github.com/pycqa/flake8
26-
rev: 7.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
@@ -42,13 +42,13 @@ repos:
4242
language: python
4343

4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.1
45+
rev: v3.20.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/PyCQA/isort
51-
rev: 5.13.2
51+
rev: 6.0.1
5252
hooks:
5353
- id: isort
5454
name: isort (python)
@@ -88,7 +88,7 @@ repos:
8888
additional_dependencies: [".[toml]"]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.14.1
91+
rev: v1.16.1
9292
hooks:
9393
- id: mypy
9494
language_version: python3.12

0 commit comments

Comments
 (0)