We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a48a97 commit 3311aecCopy full SHA for 3311aec
pyproject.toml
@@ -6,7 +6,7 @@ line-length = 88
6
[tool.ruff]
7
line-length = 88
8
exclude = ["__init__.py","build",".eggs"]
9
-select = ["I", "E", "F"]
+lint.select = ["I", "E", "F"]
10
fix = true
11
12
[tool.codespell]
{{cookiecutter.package_name}}/pyproject.toml
@@ -127,7 +127,7 @@ ignore = [
127
128
129
130
131
132
133
[tool.tox]
0 commit comments