Skip to content

Commit e6f1f1c

Browse files
authored
Merge pull request praw-dev#2047 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents d9002da + c61f609 commit e6f1f1c

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
@@ -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)