Skip to content

Commit

Permalink
⚰️ Remove black and isort configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Dec 19, 2023
1 parent c072abc commit ac1a6a8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[tool.black]
exclude = "/template/"

[tool.isort]
profile = "black"
sections=["FUTURE","STDLIB","THIRDPARTY","FIRSTPARTY","LOCALFOLDER"]
known_first_party=["kedro_mlflow"]
known_third_party=["anyconfig","black","click","cookiecutter","flake8","isort","jinja2","kedro","mlflow","pandas","pytest","pytest_lazyfixture","setuptools","sklearn","yaml"]

[tool.ruff]
select = [
"F", # Pyflakes
Expand Down

0 comments on commit ac1a6a8

Please sign in to comment.