1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Re-enable Ruff D411 (#89035)

This commit is contained in:
epenet
2023-03-02 19:01:05 +01:00
committed by GitHub
parent e849878a48
commit eebcf70b41
2 changed files with 4 additions and 1 deletions

View File

@@ -271,7 +271,6 @@ ignore = [
"D404", # First word of the docstring should not be This
"D406", # Section name should end with a newline
"D407", # Section name underlining
"D411", # Missing blank line before section
"E501", # line too long
"E731", # do not assign a lambda expression, use a def
]