Skip to content

Commit 23ae98f

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](psf/black-pre-commit-mirror@23.3.0...25.9.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](PyCQA/isort@5.12.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.18.2](pre-commit/mirrors-mypy@v1.4.1...v1.18.2) - [github.com/python-poetry/poetry: 1.5.0 → 2.2.1](python-poetry/poetry@1.5.0...2.2.1)
1 parent df61287 commit 23ae98f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-toml
99
- id: check-yaml
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
12-
- repo: https://github.com/psf/black
13-
rev: 23.3.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/PyCQA/flake8
17-
rev: 6.0.0
17+
rev: 7.3.0
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/PyCQA/isort
21-
rev: 5.12.0
21+
rev: 6.1.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.4.1
25+
rev: v1.18.2
2626
hooks:
2727
- id: mypy
2828
files: 'src/'
2929
- repo: https://github.com/python-poetry/poetry
30-
rev: 1.5.0
30+
rev: 2.2.1
3131
hooks:
3232
- id: poetry-check
3333
- id: poetry-lock

0 commit comments

Comments
 (0)