Skip to content

Commit

Permalink
Merge pull request #73 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Dec 18, 2023
2 parents 4647fb4 + d3d1085 commit c7d5692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
files: ^(.*\.toml)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.8
hooks:
- id: ruff
args: [ --exit-non-zero-on-fix, --fix ]
Expand All @@ -33,10 +33,10 @@ repos:
- repo: https://github.com/psf/black
hooks:
- id: black
rev: 23.11.0
rev: 23.12.0

- repo: https://github.com/LilSpazJoekp/docstrfmt
hooks:
- id: docstrfmt
require_serial: true
rev: v1.5.1
rev: v1.6.1

0 comments on commit c7d5692

Please sign in to comment.