Skip to content

Commit 61563ab

Browse files
authored
Update pyproject.toml
1 parent 9bf57c3 commit 61563ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ fix = true
3434
extend-include = ["*.ipynb"]
3535

3636
[tool.ruff.lint]
37-
select = ["E", "F", "I", "UP", "B", "D"] # pycodestyle, pyflakes, isort, pyupgrade, bugbear, docstrings
37+
# select = ["E", "F", "I", "UP", "B", "D"] # pycodestyle, pyflakes, isort, pyupgrade, bugbear, docstrings
38+
select = ["D"]
3839

3940
[tool.ruff.lint.pydocstyle]
4041
convention = "google"
@@ -50,3 +51,4 @@ binding = "PyO3"
5051
py_limited_api = "cp39"
5152

5253

54+

0 commit comments

Comments
 (0)