Skip to content

Commit 7c4129d

Browse files
authored
Merge pull request #310 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents 8ba5f8a + 9f435fb commit 7c4129d

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
@@ -22,7 +22,7 @@ repos:
2222
- id: ruff
2323
args: [ --exit-non-zero-on-fix, --fix ]
2424
files: ^(praw/.*.py)$
25-
rev: v0.12.11
25+
rev: v0.13.3
2626

2727
- repo: https://github.com/LilSpazJoekp/docstrfmt
2828
hooks:
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: toml-sort-fix
4040
files: ^(.*\.toml)$
41-
rev: v0.24.2
41+
rev: v0.24.3
4242

4343
- repo: https://github.com/pre-commit/pre-commit-hooks
4444
rev: v6.0.0

0 commit comments

Comments
 (0)