Add commented out code check to linters

This commit is contained in:
Julian Stirling 2025-06-11 23:40:49 +01:00
parent 04832892cc
commit 3019e13c80
2 changed files with 2 additions and 0 deletions

View file

@ -116,6 +116,7 @@ select = [
"NPY", # Numpy linting
"N", # PEP8 naming
# "D", # Docstring checks these may need to be added gradually
"ERA001", # Commented out code!
]
ignore = [