Skip to content

Commit c152735

Browse files
Merge pull request #826 from jarrodmillman/precommit-3-25
Update pre-commit
2 parents 1d934d0 + bdaa136 commit c152735

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: bc7af46104f0f5368b95878decf720f9f00c2559 # frozen: v3.4.2
22+
rev: 787fb9f542b140ba0b2aced38e6a3e68021647a3 # frozen: v3.5.3
2323
hooks:
2424
- id: prettier
2525
files: \.(md|rst|yml|yaml)
@@ -32,7 +32,7 @@ repos:
3232
args: [--no-pycodestyle, --max-line-length=88]
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: d7f0995508bdaeb0a1f4a838500d6a0a1fc6ec7b # frozen: v0.9.5
35+
rev: 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2
3636
hooks:
3737
- id: ruff
3838
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]

0 commit comments

Comments
 (0)