We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58fcbd7 + 37e016c commit a462a7dCopy full SHA for a462a7d
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -95,16 +95,6 @@ target-version = "py310"
95
line-length = 79
96
fix = true
97
98
-select = [
99
- "E", "W", # pycodestyle
100
- "F", # pyflakes
101
- "I", # isort
102
- "B", # bugbear
103
- "SIM", # flake8-simplify
104
- "N", # pep8-naming
105
- "UP", # pyupgrade
106
-]
107
-
108
exclude = [
109
".git",
110
".venv",
@@ -116,4 +106,15 @@ quote-style = "double"
116
indent-style = "space"
117
line-ending = "auto"
118
+[tool.ruff.lint]
+select = [
111
+ "E", "W", # pycodestyle
112
+ "F", # pyflakes
113
+ "I", # isort
114
+ "B", # bugbear
115
+ "SIM", # flake8-simplify
+ "N", # pep8-naming
+ "UP", # pyupgrade
+]
119
+
120
# vim: ft=cfg
0 commit comments