We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529f085 commit ee250afCopy full SHA for ee250af
pyproject.toml
@@ -81,12 +81,10 @@ ignore_missing_imports = true
81
[tool.ruff]
82
line-length = 100
83
indent-width = 4
84
-# exclude = ["./joss", "make_html.py"]
85
86
[tool.ruff.format]
87
docstring-code-format = true
88
89
-exclude = ["make_html.py"]
90
[tool.ruff.lint]
91
exclude = ["joss/"]
92
select = [
@@ -107,12 +105,9 @@ select = [
107
105
# "A", # https://docs.astral.sh/ruff/rules/#flake8-builtins-a
108
106
]
109
ignore = ["RUF005", "RUF012", "RUF015"]
110
-# ignore = ["UP007", "RUF012"]
111
112
[tool.ruff.lint.per-file-ignores]
113
"test/*" = ["D"]
114
-# "demo/*" = ["D"]
115
-# "doc/*" = ["D"]
116
117
[tool.ruff.lint.pydocstyle]
118
convention = "google"
0 commit comments