Skip to content

Commit e1a5a80

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 β†’ v0.15.15](astral-sh/ruff-pre-commit@v0.15.11...v0.15.15) - [github.com/psf/black-pre-commit-mirror: 26.3.1 β†’ 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/jsh9/pydoclint: 0.8.3 β†’ 0.8.4](jsh9/pydoclint@0.8.3...0.8.4)
1 parent 919fda3 commit e1a5a80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-yaml
1515
exclude: .gitlab-ci.yml
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.11
17+
rev: v0.15.15
1818
hooks:
1919
- id: ruff-check
2020
args:
@@ -23,7 +23,7 @@ repos:
2323
- --target-version=py310
2424
- --extend-select=UP,I
2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 26.3.1
26+
rev: 26.5.1
2727
hooks:
2828
- id: black
2929
args:
@@ -43,7 +43,7 @@ repos:
4343
additional_dependencies:
4444
- tomli
4545
- repo: https://github.com/jsh9/pydoclint
46-
rev: 0.8.3
46+
rev: 0.8.4
4747
hooks:
4848
- id: pydoclint
4949
args:

0 commit comments

Comments
Β (0)