Skip to content

Commit e88a53f

Browse files
committed
remove isort from pre-commit and pyproject
1 parent 153894c commit e88a53f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
repos:
2-
- repo: https://github.com/timothycrosley/isort
3-
rev: 5.11.5
4-
hooks:
5-
- id: isort
6-
72
- repo: https://github.com/psf/black
83
rev: 22.8.0
94
hooks:

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ ruff = "pylsp_ruff.plugin"
3131
[tool.pytest.ini_options]
3232
pythonpath = ["."]
3333

34-
[tool.isort]
35-
profile = "black"
36-
3734
[tool.black]
3835
target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311']
3936
line-length = 88

0 commit comments

Comments
 (0)