Skip to content

Commit 6296aae

Browse files
committed
chore: Remove unused [tool.black] config
1 parent 3855f64 commit 6296aae

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

mkdocs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ make lint
118118

119119
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.
120120

121-
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.
121+
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.
122122

123123
## Cleaning
124124

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ filterwarnings = [
168168
"ignore:subprocess.*is still running:ResourceWarning",
169169
]
170170

171-
[tool.black]
172-
line-length = 130
173-
target-version = ['py38']
174-
175171
[tool.pycln]
176172
all = true
177173

0 commit comments

Comments
 (0)