Skip to content

Commit 3ddabd0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 7.0.0](PyCQA/isort@5.10.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.10.0 → 25.9.0](psf/black-pre-commit-mirror@22.10.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.18.2](pre-commit/mirrors-mypy@v0.991...v1.18.2) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/jazzband/pip-tools: 6.10.0 → v7.5.1](jazzband/pip-tools@6.10.0...v7.5.1)
1 parent ca3d1f5 commit 3ddabd0

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
@@ -5,24 +5,24 @@ ci:
55
skip: [pip-compile]
66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 7.0.0
99
hooks:
1010
- id: isort
1111
name: isort
12-
- repo: https://github.com/psf/black
13-
rev: 22.10.0
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.991
17+
rev: v1.18.2
1818
hooks:
1919
- id: mypy
2020
- repo: https://github.com/pycqa/flake8
21-
rev: 6.0.0
21+
rev: 7.3.0
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/jazzband/pip-tools
25-
rev: 6.10.0
25+
rev: v7.5.1
2626
hooks:
2727
- id: pip-compile
2828
files: ^(pyproject\.toml|requirements\.txt)$

0 commit comments

Comments
 (0)