Skip to content

Commit

Permalink
fix reportImplicitRelativeImport not being treated as a diagnostic …
Browse files Browse the repository at this point in the history
…level rule
  • Loading branch information
DetachHead committed Apr 17, 2024
1 parent d365387 commit bf4003b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pyright-internal/src/common/configOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export function getDiagLevelDiagnosticRules() {
DiagnosticRule.reportAny,
DiagnosticRule.reportIgnoreCommentWithoutRule,
DiagnosticRule.reportInvalidCast,
DiagnosticRule.reportImplicitRelativeImport,
DiagnosticRule.reportPrivateLocalImportUsage,
];
}
Expand Down

0 comments on commit bf4003b

Please sign in to comment.