Skip to content

Commit f5c0aed

Browse files
authoredMar 3, 2025
[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/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent 0b17a18 commit f5c0aed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.pre-commit-config.yaml

+6-6
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

@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
name: isort (python)
@@ -28,22 +28,22 @@ repos:
2828
]
2929

3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "7.1.1" # pick a git hash / tag to point to
31+
rev: "7.1.2" # pick a git hash / tag to point to
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: ["flake8-bugbear"]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.13.0" # Use the sha / tag you want to point at
36+
rev: "v1.15.0" # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
exclude: "conftest.py|^doc/examples/examples/|^doc/conf.py"
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: "v2.3.0"
41+
rev: "v2.4.1"
4242
hooks:
4343
- id: codespell
4444
args: ["-I", "codespell.txt"]
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.19.0
46+
rev: v3.19.1
4747
hooks:
4848
- id: pyupgrade
4949
args: ["--py37-plus"]

0 commit comments

Comments
 (0)