Skip to content

Commit 4e7d5d8

Browse files
committed
Replaced select with lint.select in ruff config
1 parent cef79d5 commit 4e7d5d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ line-length = 79
66
[tool.ruff]
77
line-length = 79
88
exclude = ["__init__.py","build",".eggs"]
9-
select = ["I", "E", "F"]
9+
lint.select = ["I", "E", "F"]
1010
fix = true
1111

1212
[tool.codespell]

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ignore = [
127127
[tool.ruff]
128128
line-length = 79
129129
exclude = ["__init__.py","build",".eggs"]
130-
select = ["I", "E", "F"]
130+
lint.select = ["I", "E", "F"]
131131
fix = true
132132

133133
[tool.tox]

0 commit comments

Comments
 (0)