Skip to content

Commit f716dd0

Browse files
authored
Merge pull request #184 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents 33e2a40 + 08d68ed commit f716dd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-executables-have-shebangs
@@ -24,7 +24,7 @@ repos:
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.6.2
27+
rev: v0.6.9
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]
@@ -33,10 +33,10 @@ repos:
3333
- repo: https://github.com/psf/black
3434
hooks:
3535
- id: black
36-
rev: 24.8.0
36+
rev: 24.10.0
3737

3838
- repo: https://github.com/LilSpazJoekp/docstrfmt
3939
hooks:
4040
- id: docstrfmt
4141
require_serial: true
42-
rev: v1.8.0
42+
rev: v1.9.0

0 commit comments

Comments
 (0)