Skip to content

Commit da0f8ed

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.12.9](astral-sh/ruff-pre-commit@v0.0.255...v0.12.9) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/psf/black: 23.1.0 → 25.1.0](psf/black@23.1.0...25.1.0) - [github.com/python-poetry/poetry: 1.4.1 → 2.1.3](python-poetry/poetry@1.4.1...2.1.3)
1 parent f361a04 commit da0f8ed

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
@@ -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.12.9"
3030
hooks:
3131
- id: ruff
3232
args:
3333
- --fix
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.12.0
35+
rev: 6.0.1
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/psf/black
39-
rev: 23.1.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: 1.4.1
43+
rev: 2.1.3
4444
hooks:
4545
- id: poetry-check
4646
files: "^(pyproject.toml|poetry.lock)$"

0 commit comments

Comments
 (0)