Skip to content

Commit dfd08d4

Browse files
authored
Merge pull request praw-dev#2055 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents 75fa6c5 + f467dcc commit dfd08d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
- id: ruff
2323
args: [ --exit-non-zero-on-fix, --fix ]
2424
files: ^(praw/.*.py)$
25-
rev: v0.9.6
25+
rev: v0.9.10
2626

2727
- repo: https://github.com/LilSpazJoekp/docstrfmt
2828
hooks:
2929
- id: docstrfmt
30-
rev: v1.9.0
30+
rev: v1.10.0
3131

3232
- repo: https://github.com/MarcoGorelli/auto-walrus
3333
hooks:

0 commit comments

Comments
 (0)