Skip to content

Commit

Permalink
remove unused hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 26, 2024
1 parent 53c8f34 commit 3c56f7b
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 @@ -30,22 +30,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.3
Expand Down

0 comments on commit 3c56f7b

Please sign in to comment.