Skip to content

Commit cbf81d1

Browse files
[pre-commit.ci] pre-commit autoupdate (PyPSA#233)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.8...v0.12.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e537caf commit cbf81d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.11.8
20+
rev: v0.12.2
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -36,7 +36,7 @@ repos:
3636

3737
# YAML formatting
3838
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
39-
rev: v2.14.0
39+
rev: v2.15.0
4040
hooks:
4141
- id: pretty-format-yaml
4242
exclude: pinned\.yaml$

0 commit comments

Comments
 (0)