Skip to content

Commit

Permalink
πŸ‘Œ Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason-Lin committed May 5, 2024
1 parent e53dc20 commit 72894c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.5.0
rev: v4.6.0
hooks:
- id: detect-private-key
- id: check-toml
Expand All @@ -10,17 +10,17 @@ repos:
args: [--autofix, --no-sort-keys, --indent=4]
- id: requirements-txt-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.3.0
rev: v0.4.3
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
args: [--line-length=140]
Expand Down

0 comments on commit 72894c2

Please sign in to comment.