Skip to content

Commit

Permalink
remove isort and pylint from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco086 committed Feb 17, 2023
1 parent 6e361d5 commit 1759319
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,5 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

[tool.isort]
profile = "black"
line_length = 120

[tool.black]
line-length = 120

[tool.pylint."messages control"]
disable = [
"line-too-long",
"missing-module-docstring",
"missing-class-docstring",
"missing-function-docstring",
"wrong-import-order"
]

0 comments on commit 1759319

Please sign in to comment.