Skip to content

Commit

Permalink
ci: Use isort in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 24, 2023
1 parent 3efa71b commit 6fd43aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ repos:
rev: v1.32.0
hooks:
- id: yamllint
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ select = [
"E",
"F",
"B",
"I",
"T10",
"A",
"C4",
Expand Down

0 comments on commit 6fd43aa

Please sign in to comment.