Skip to content

Commit cc4824a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.6.2...v0.13.3) - [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) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent 2319430 commit cc4824a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ ci:
44
repos:
55
# Bring Python code up to date with pyupgrade
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.17.0
7+
rev: v3.20.0
88
hooks:
99
- id: pyupgrade
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.6.2
12+
rev: v0.13.3
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
1616
- id: ruff-format
1717

1818
# Format YAML & TOML files prettily
1919
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
20-
rev: v2.14.0
20+
rev: v2.15.0
2121
hooks:
2222
- id: pretty-format-yaml
2323
args: [--autofix, --indent, '2']
@@ -26,7 +26,7 @@ repos:
2626

2727
# Syntax check with pre-commit out-of-the-box hooks
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v6.0.0
3030
hooks:
3131
- id: check-ast
3232
- id: check-json

0 commit comments

Comments
 (0)