Skip to content

Commit

Permalink
Replace isort with ruff's implementatation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 28, 2023
1 parent 99cde31 commit 3a0ed37
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 156 deletions.
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ repos:

- repo: local
hooks:
- id: isort
name: isort
description: This hook runs isort within our project's environment.
entry: poetry run isort
language: system
types: [python]
require_serial: true

- id: ruff
name: ruff
description: Run ruff linting
Expand Down
Loading

0 comments on commit 3a0ed37

Please sign in to comment.