This commit is contained in:
Aarni Koskela
2023-09-28 15:30:25 +03:00
parent 767c9a8ed6
commit fe06cc38bc
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
ignore = [
"E501",
"PD901", # I know "df" isn't the best name
]
extend-select = [
"COM",