Skip to content

Commit

Permalink
Merge pull request #138 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 Feb 19, 2023
2 parents fc93f3e + 1fb08fd commit 0541991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- repo: https://github.com/psf/black
hooks:
- id: black
rev: 22.12.0
rev: 23.1.0

- repo: https://github.com/LilSpazJoekp/docstrfmt
hooks:
Expand All @@ -32,7 +32,7 @@ repos:
- repo: https://github.com/pycqa/isort
hooks:
- id: isort
rev: 5.11.4
rev: 5.12.0

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

0 comments on commit 0541991

Please sign in to comment.