Skip to content

Commit eeddad0

Browse files
Revert ruff changes
1 parent 3fe86a7 commit eeddad0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ line-length = 80
7575
line-length = 100
7676
lint.ignore = ["F401", "E402"]
7777
lint.select = ["E", "F", "B"]
78-
lint.extend-select = ["B", "I", "UP"]
78+
# lint.extend-select = ["B", "I", "UP"]
7979

80-
[tool.ruff.format]
81-
docstring-code-format = true
80+
# [tool.ruff.format]
81+
# docstring-code-format = true
8282

8383
[tool.pytest.ini_options]
8484
minversion = "6.0"

0 commit comments

Comments
 (0)