Skip to content

Commit 93154dd

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) - [github.com/lsst-ts/pre-commit-xmllint: v1.0.0 → 6f36260b537bf9a42b6ea5262c915ae50786296e](lsst-ts/pre-commit-xmllint@v1.0.0...6f36260) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.15.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.24.1](abravalheri/validate-pyproject@v0.16...v0.24.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.17.1](pre-commit/mirrors-mypy@v1.4.1...v1.17.1) - [github.com/psf/black: 22.10.0 → 25.1.0](psf/black@22.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.12.12](astral-sh/ruff-pre-commit@v0.0.278...v0.12.12)
1 parent 2be3736 commit 93154dd

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

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: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,21 +11,21 @@ repos:
1111
- id: check-toml
1212
- id: debug-statements
1313
- repo: https://github.com/lsst-ts/pre-commit-xmllint
14-
rev: v1.0.0
14+
rev: 6f36260b537bf9a42b6ea5262c915ae50786296e
1515
hooks:
1616
- id: format-xmllint
1717
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
18-
rev: v2.12.0
18+
rev: v2.15.0
1919
hooks:
2020
- id: pretty-format-toml
2121
args: ["--autofix", "--no-sort"]
2222
- repo: https://github.com/abravalheri/validate-pyproject
23-
rev: v0.16
23+
rev: v0.24.1
2424
hooks:
2525
- id: validate-pyproject
2626
additional_dependencies: ["validate-pyproject-schema-store[all]"]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.4.1"
28+
rev: "v1.17.1"
2929
hooks:
3030
- id: mypy
3131
additional_dependencies:
@@ -37,12 +37,12 @@ repos:
3737
types-requests,
3838
]
3939
- repo: https://github.com/psf/black
40-
rev: "22.10.0"
40+
rev: "25.1.0"
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
4444
# Ruff version.
45-
rev: v0.0.278
45+
rev: v0.12.12
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)