Skip to content

Commit d804616

Browse files
authored
Merge pull request #185 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents 94be229 + 4f34a5e commit d804616

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
@@ -18,13 +18,13 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pappasam/toml-sort
21-
rev: v0.23.1
21+
rev: v0.24.2
2222
hooks:
2323
- id: toml-sort-fix
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.6.9
27+
rev: v0.8.4
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]

0 commit comments

Comments
 (0)