Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 021d723

Browse files
committed
Demote all import error to warning for now
1 parent 97d550d commit 021d723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/.relint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@
4949
Hint: namespace package. Type import_statements("SOME_IDENTIFIER") to find a more specific import.
5050
pattern: 'from\s+sage[.](categories|misc|rings|combinat|graphs|interfaces|libs)[.]all\s+import'
5151
filePattern: '.*[.](py|pyx)$'
52+
error: false # Make this a warning instead of an error for now

0 commit comments

Comments
 (0)