Skip to content

Commit

Permalink
Merge pull request #72 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Nov 27, 2023
2 parents e913473 + a9777b9 commit 4647fb4
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
Expand All @@ -24,7 +24,7 @@ repos:
files: ^(.*\.toml)$

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.290
rev: v0.1.6
hooks:
- id: ruff
args: [ --exit-non-zero-on-fix, --fix ]
Expand Down

0 comments on commit 4647fb4

Please sign in to comment.