Skip to content

Commit 285063d

Browse files
authored
Merge pull request #297 from praw-dev/update/pre-commit-hooks
2 parents b284a2b + e64664d commit 285063d

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
@@ -42,7 +42,7 @@ repos:
4242
files: ^(.*\.toml)$
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.9.2
45+
rev: v0.9.4
4646
hooks:
4747
- id: ruff
4848
args: [ --exit-non-zero-on-fix, --fix ]
@@ -51,7 +51,7 @@ repos:
5151
- repo: https://github.com/psf/black
5252
hooks:
5353
- id: black
54-
rev: 24.10.0
54+
rev: 25.1.0
5555

5656
- repo: https://github.com/LilSpazJoekp/docstrfmt
5757
hooks:

0 commit comments

Comments
 (0)