File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,9 +65,11 @@ packages = ["src/tagstudio"]
6565
6666
6767[tool .pytest .ini_options ]
68- # addopts = "-m 'not qt'"
6968qt_api = " pyside6"
7069pythonpath = [" src" ]
70+ filterwarnings = [
71+ " ignore:DISTINCT ON is currently supported only by the PostgreSQL dialect:sqlalchemy.exc.SADeprecationWarning" ,
72+ ]
7173
7274[tool .pyright ]
7375ignore = [
@@ -76,7 +78,8 @@ ignore = [
7678 " src/tagstudio/qt/previews/vendored/pydub/" ,
7779]
7880include = [" src/tagstudio" , " tests" ]
79- # reference for the settings here: https://github.com/microsoft/pyright/blob/main/docs/configuration.md
81+ # Reference for the settings here: https://github.com/microsoft/pyright/blob/main/docs/configuration.md
82+ # Some rules exclusive to basedpyright: https://docs.basedpyright.com/latest/benefits-over-pyright/new-diagnostic-rules/
8083reportAny = false
8184reportIgnoreCommentWithoutRule = false
8285reportImplicitStringConcatenation = false
You can’t perform that action at this time.
0 commit comments