We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ede8c commit 8d4d8e5Copy full SHA for 8d4d8e5
src/.relint.yml
@@ -47,6 +47,6 @@
47
hint: |
48
Sage library code should not import from sage.PAC.KAGE.all when sage.PAC.KAGE is an implicit
49
Hint: namespace package. Type import_statements("SOME_IDENTIFIER") to find a more specific import.
50
- pattern: 'from\s+sage(|[.](arith|categories|combinat|ext|graphs(|[.]decompositions)|interfaces|libs|matrix|misc|numerical(|[.]backends)|rings|sets))[.]all\s+import'
+ pattern: 'from\s+sage(|[.](arith|categories|combinat|ext|graphs(|[.]decompositions)|interfaces|libs|matrix|misc|numerical(|[.]backends)|rings(|[.]finite_rings)|sets))[.]all\s+import'
51
filePattern: '.*[.](py|pyx|pxi)$'
52
error: false # Make this a warning instead of an error for now
src/sage/rings/finite_rings/__init__.py
0 commit comments