chore: code review fixes

ref: #775
This commit is contained in:
2025-05-29 06:18:27 +09:30
parent ba64fdd36e
commit 11e12ec70f
2 changed files with 1 additions and 3 deletions

View File

@ -348,7 +348,7 @@ max-line-length = 100
# Maximum number of lines in a module.
max-module-lines = 1000
# Allow the body of a class to be on the same line as the declaration if body
# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
# single-line-class-stmt =