fix(repo): ruff fixes / removing pylint exceptions

This commit is contained in:
SeaswimmerTheFsh 2024-02-14 11:04:26 -05:00
parent e34d621e6d
commit 858a1bae8a
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
12 changed files with 51 additions and 56 deletions

View file

@ -65,7 +65,7 @@ exclude = [
]
# Same as Black.
line-length = 300
line-length = 320
indent-width = 4
# Assume Python 3.11