Skip to content

Commit 039b91a

Browse files
committed
chore: update pre-commit dependencies to latest versions
1 parent d779341 commit 039b91a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: pretty-format-json
1616
args: [--autofix]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.2
18+
rev: v0.14.5
1919
hooks:
2020
- id: ruff-format
2121
# Hooks for validation
@@ -30,12 +30,12 @@ repos:
3030
- id: check-ast
3131
- id: debug-statements
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.14.2
33+
rev: v0.14.5
3434
hooks:
3535
- id: ruff-check
3636
args: [--fix]
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.21.0
38+
rev: v3.21.2
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py314-plus]

0 commit comments

Comments
 (0)