Skip to content

Commit 9dcda2a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.1](tox-dev/pyproject-fmt@v2.6.0...v2.11.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0)
1 parent 4da538d commit 9dcda2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ repos:
2020

2121
# Code formatting and linting
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.6.0"
23+
rev: "v2.11.1"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/pycqa/flake8
2727
rev: 7.3.0
2828
hooks:
2929
- id: flake8
3030
args: [--max-line-length=120]
31-
- repo: https://github.com/psf/black
32-
rev: 25.9.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.11.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 6.0.1
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939
exclude: migrations

0 commit comments

Comments
 (0)