[main] Added pylint and mypy configuration

This commit is contained in:
Thastertyn 2025-01-05 00:26:23 +01:00
parent 48cfa5fee6
commit 87893febac
2 changed files with 3 additions and 0 deletions

2
.mypy.ini Normal file
View File

@ -0,0 +1,2 @@
[mypy]
plugins = sqlmypy

1
.pylintrc Normal file
View File

@ -0,0 +1 @@
extension-pkg-whitelist=PySide6