Skip to content

Commit 3a0ed37

Browse files
committed
Replace isort with ruff's implementatation
1 parent 99cde31 commit 3a0ed37

File tree

3 files changed

+145
-156
lines changed

3 files changed

+145
-156
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ repos:
1111

1212
- repo: local
1313
hooks:
14-
- id: isort
15-
name: isort
16-
description: This hook runs isort within our project's environment.
17-
entry: poetry run isort
18-
language: system
19-
types: [python]
20-
require_serial: true
21-
2214
- id: ruff
2315
name: ruff
2416
description: Run ruff linting

0 commit comments

Comments
 (0)