Skip to content

Commit ee250af

Browse files
committed
Tidy up
1 parent 529f085 commit ee250af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ ignore_missing_imports = true
8181
[tool.ruff]
8282
line-length = 100
8383
indent-width = 4
84-
# exclude = ["./joss", "make_html.py"]
8584

8685
[tool.ruff.format]
8786
docstring-code-format = true
8887

89-
exclude = ["make_html.py"]
9088
[tool.ruff.lint]
9189
exclude = ["joss/"]
9290
select = [
@@ -107,12 +105,9 @@ select = [
107105
# "A", # https://docs.astral.sh/ruff/rules/#flake8-builtins-a
108106
]
109107
ignore = ["RUF005", "RUF012", "RUF015"]
110-
# ignore = ["UP007", "RUF012"]
111108

112109
[tool.ruff.lint.per-file-ignores]
113110
"test/*" = ["D"]
114-
# "demo/*" = ["D"]
115-
# "doc/*" = ["D"]
116111

117112
[tool.ruff.lint.pydocstyle]
118113
convention = "google"

0 commit comments

Comments
 (0)