We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7435dd commit e75916bCopy full SHA for e75916b
1 file changed
{{cookiecutter.project_name}}/.ruff.toml
@@ -98,7 +98,7 @@ max-complexity = 10
98
]
99
"exceptions.py" = ["D107"]
100
"noxfile.py" = ["S101"]
101
-"scripts/*" = ["S603"]
+"scripts/*" = ["S603", "S607"]
102
103
[lint.pydocstyle]
104
convention = "google"
0 commit comments