mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
fix: restore quality gates after module renames
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"application": {
|
||||
"covered_lines": 9649,
|
||||
"percent": 78.24,
|
||||
"statements": 12333
|
||||
"covered_lines": 9966,
|
||||
"percent": 78.61,
|
||||
"statements": 12678
|
||||
},
|
||||
"domain": {
|
||||
"covered_lines": 3392,
|
||||
|
||||
+1
-4
@@ -956,7 +956,7 @@
|
||||
"union-attr": 4
|
||||
},
|
||||
"app/api/endpoints/mfa.py": {
|
||||
"attr-defined": 7,
|
||||
"attr-defined": 6,
|
||||
"call-overload": 1,
|
||||
"index": 2,
|
||||
"misc": 17,
|
||||
@@ -1279,9 +1279,6 @@
|
||||
"app/application/security/passkey.py": {
|
||||
"no-untyped-call": 1
|
||||
},
|
||||
"app/application/security/passkeys.py": {
|
||||
"valid-type": 2
|
||||
},
|
||||
"app/application/security/token.py": {
|
||||
"no-any-return": 3,
|
||||
"operator": 1
|
||||
|
||||
@@ -354,9 +354,6 @@
|
||||
"app/application/security/auth.py": {
|
||||
"I001": 1
|
||||
},
|
||||
"app/application/security/passkey.py": {
|
||||
"I001": 1
|
||||
},
|
||||
"app/application/security/url.py": {
|
||||
"I001": 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user