Skip to content

Commit

Permalink
remove unnecessary hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 25, 2024
1 parent a556dfe commit 3703ce3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ repos:
name: poetry-lock-check
args: [--check]

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/myint/autoflake
rev: v2.3.1
hooks:
- id: autoflake
args:
- --in-place
- --remove-unused-variables
- --remove-all-unused-imports
- --expand-star-imports

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.7
Expand Down

0 comments on commit 3703ce3

Please sign in to comment.