Skip to content

Commit e4c5155

Browse files
[pre-commit] Replace flake8 by ruff
1 parent 38afa86 commit e4c5155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ write_to = "pytest_asyncio/_version.py"
6868

6969
[tool.ruff]
7070
line-length = 88
71+
format.docstring-code-format = true
7172
lint.select = [
7273
"E", # pycodestyle
7374
"F", # pyflakes

0 commit comments

Comments
 (0)