Skip to content

Commit e65adbc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.6](astral-sh/ruff-pre-commit@v0.11.11...v0.14.6) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/sourcery-ai/sourcery: v1.37.0 → v1.40.1b10](sourcery-ai/sourcery@v1.37.0...v1.40.1b10)
1 parent 86d690d commit e65adbc

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-ast
99
- id: check-builtin-literals
@@ -28,26 +28,26 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.11.11
31+
rev: v0.14.6
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
35-
- repo: https://github.com/psf/black
36-
rev: 25.1.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 25.11.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/pycqa/isort
40-
rev: 6.0.1
40+
rev: 7.0.0
4141
hooks:
4242
- id: isort
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v1.15.0
44+
rev: v1.18.2
4545
hooks:
4646
- id: mypy
4747
args: ["--config-file", "pyproject.toml", "--ignore-missing-imports"]
4848
#args: [--strict, --ignore-missing-imports]
4949
- repo: https://github.com/sourcery-ai/sourcery
50-
rev: v1.37.0
50+
rev: v1.40.1b10
5151
hooks:
5252
- id: sourcery
5353
# The best way to use Sourcery in a pre-commit hook:

0 commit comments

Comments
 (0)