Skip to content

Commit

Permalink
fix: ruff precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 22, 2024
1 parent 5d73d27 commit ec4515f
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 @@ -8,19 +8,18 @@ ci:
autoupdate_schedule: monthly

repos:
Need to drop python 3.5 and 3.6 before we include python upgrade
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

- repo: https://github.com/asottile/yesqa
rev: v1.5.0
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand Down

0 comments on commit ec4515f

Please sign in to comment.