Skip to content

Commit

Permalink
chore: Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Nov 24, 2024
1 parent d43f0e8 commit 22e4ca6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ repos:
- id: pyupgrade
args:
- --py311-plus
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.275"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.8.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
args: [--fix]
- repo: local
hooks:
- id: isort
Expand Down

0 comments on commit 22e4ca6

Please sign in to comment.