diff --git a/mkdocs/docs/contributing.md b/mkdocs/docs/contributing.md index 4f13570904..9278d33a82 100644 --- a/mkdocs/docs/contributing.md +++ b/mkdocs/docs/contributing.md @@ -118,7 +118,7 @@ make lint In addition to manually running `make lint`, you can install the pre-commit hooks in your local repo with `prek install`. By doing this, linting is run automatically every time you make a commit. -You can bump the integrations to the latest version using `prek auto-update`. This will check if there is a newer version of `{black,mypy,isort,...}` and update the yaml. +You can bump the integrations to the latest version using `prek auto-update`. This will check if there is a newer version of `{ruff,mypy,...}` and update the yaml. ## Cleaning diff --git a/pyproject.toml b/pyproject.toml index a92914bc58..f2849c6a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,13 +168,6 @@ filterwarnings = [ "ignore:subprocess.*is still running:ResourceWarning", ] -[tool.black] -line-length = 130 -target-version = ['py38'] - -[tool.pycln] -all = true - [tool.mypy] mypy_path = "python" no_implicit_optional = true