Skip to content

Commit 470245d

Browse files
committed
chore(pre-commit): update pre-commit hooks
1 parent 8e0c203 commit 470245d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: debug-statements
2626
- id: double-quote-string-fixer
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.2.1
28+
rev: v0.3.0
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.0
41+
rev: v3.15.1
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py37-plus] # sync with requires-python

0 commit comments

Comments
 (0)