We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1717579 + 97d2cdf commit 2ce92c0Copy full SHA for 2ce92c0
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: ruff
23
args: [ --exit-non-zero-on-fix, --fix ]
24
files: ^(praw/.*.py)$
25
- rev: v0.12.7
+ rev: v0.12.8
26
27
- repo: https://github.com/LilSpazJoekp/docstrfmt
28
hooks:
@@ -41,7 +41,7 @@ repos:
41
rev: v0.24.2
42
43
- repo: https://github.com/pre-commit/pre-commit-hooks
44
- rev: v5.0.0
+ rev: v6.0.0
45
46
- id: check-added-large-files
47
- id: check-executables-have-shebangs
0 commit comments