Skip to content

Commit

Permalink
chore: pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Dec 3, 2024
1 parent 39e11aa commit 7510cd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ repos:
- id: trailing-whitespace
- id: no-commit-to-branch
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.1
hooks:
- id: ruff-format
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: local
hooks:
- id: requirements
Expand Down

0 comments on commit 7510cd6

Please sign in to comment.