Skip to content

Commit

Permalink
Merge pull request #139 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
LilSpazJoekp committed Apr 16, 2023
2 parents 9a5e1bf + d6415b4 commit 16fe48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- repo: https://github.com/psf/black
hooks:
- id: black
rev: 23.1.0
rev: 23.3.0

- repo: https://github.com/LilSpazJoekp/docstrfmt
hooks:
Expand All @@ -27,7 +27,7 @@ repos:
args:
- '-ll'
- '1000'
rev: '0.77'
rev: '0.78'

- repo: https://github.com/pycqa/isort
hooks:
Expand Down

0 comments on commit 16fe48c

Please sign in to comment.