Skip to content

Commit

Permalink
reconfigure the hooks to be more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
Matiiss committed Nov 24, 2024
1 parent da46cf6 commit 6ecb68e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ repos:
rev: v0.4.2
hooks: # See pyproject.toml for configuration options.
- id: ruff
types_or: [ python, pyi, jupyter ]
name: ruff-sort-imports
args: [--select, I, --fix]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
hooks: # See pyproject.toml for configuration options.
- id: ruff-format # Run the formatter
types_or: [ python, pyi, jupyter ]

Expand Down

0 comments on commit 6ecb68e

Please sign in to comment.