Skip to content

Commit a856c40

Browse files
authored
Merge pull request #307 from praw-dev/update/pre-commit-hooks
2 parents 22417a5 + 798f268 commit a856c40

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

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

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

0 commit comments

Comments
 (0)