Skip to content

Commit 5c90277

Browse files
authored
Merge branch 'master' into master
2 parents 47f10ad + f12aabe commit 5c90277

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
@@ -21,7 +21,7 @@ repos:
2121
- id: check-yaml
2222
- id: detect-private-key
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.13.3
24+
rev: v0.14.1
2525
hooks:
2626
- id: ruff
2727
args:
@@ -43,7 +43,7 @@ repos:
4343
- id: prettier
4444
args: ["--tab-width", "2"]
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v3.20.0
46+
rev: v3.21.0
4747
hooks:
4848
- id: pyupgrade
4949
args: [--py37-plus]

0 commit comments

Comments
 (0)