Skip to content

Commit 082f9c4

Browse files
ci(pre-commit.ci): ⬆ pre-commit autoupdate
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/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.255 → v0.14.10](astral-sh/ruff-pre-commit@v0.0.255...v0.14.10) - [github.com/pycqa/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.1.0 → 25.12.0](psf/black-pre-commit-mirror@23.1.0...25.12.0) - [github.com/python-poetry/poetry: 1.4.1 → 2.2.1](python-poetry/poetry@1.4.1...2.2.1)
1 parent f361a04 commit 082f9c4

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
@@ -19,28 +19,28 @@ exclude: |
1919
2020
repos:
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: debug-statements
2525
- id: detect-private-key
2626
- id: end-of-file-fixer
2727
- id: check-executables-have-shebangs
28-
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: "v0.0.255"
28+
- repo: https://github.com/astral-sh/ruff-pre-commit
29+
rev: "v0.14.10"
3030
hooks:
3131
- id: ruff
3232
args:
3333
- --fix
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.12.0
35+
rev: 7.0.0
3636
hooks:
3737
- id: isort
38-
- repo: https://github.com/psf/black
39-
rev: 23.1.0
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.12.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: 1.4.1
43+
rev: 2.2.1
4444
hooks:
4545
- id: poetry-check
4646
files: "^(pyproject.toml|poetry.lock)$"

0 commit comments

Comments
 (0)