fix: restore quality gates after module renames

This commit is contained in:
jxxghp
2026-08-27 21:05:36 +08:00
parent c86184f31e
commit ea58c245dd
6 changed files with 23 additions and 32 deletions
+3 -3
View File
@@ -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
View File
@@ -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
-3
View File
@@ -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
},