Skip to content

Commit 0765141

Browse files
[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.263 → v0.15.4](astral-sh/ruff-pre-commit@v0.0.263...v0.15.4) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 26.1.0](psf/black-pre-commit-mirror@23.3.0...26.1.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.4.6](keewis/blackdoc@v0.3.8...v0.4.6) - [github.com/python-poetry/poetry: 1.4.2 → 2.3.2](python-poetry/poetry@1.4.2...2.3.2)
1 parent 538a7f7 commit 0765141

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,7 +2,7 @@
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-ast
@@ -25,21 +25,21 @@ repos:
2525
entry: found Copier update rejection files; review them and remove them
2626
language: fail
2727
files: "\\.rej$"
28-
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: 'v0.0.263'
28+
- repo: https://github.com/astral-sh/ruff-pre-commit
29+
rev: 'v0.15.4'
3030
hooks:
3131
- id: ruff
3232
args: [ --fix, --exit-non-zero-on-fix ]
33-
- repo: https://github.com/psf/black
34-
rev: '23.3.0'
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: '26.1.0'
3535
hooks:
3636
- id: black
3737
# additional to the above, apply black to doctests in source code
3838
- repo: https://github.com/keewis/blackdoc
39-
rev: v0.3.8
39+
rev: v0.4.6
4040
hooks:
4141
- id: blackdoc
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: '1.4.2'
43+
rev: '2.3.2'
4444
hooks:
4545
- id: poetry-check

0 commit comments

Comments
 (0)