File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 51
51
# Keep in sync with SAGE_ROOT/src/sage/misc/replace_dot_all.py
52
52
pattern : ' from\s+sage(|[.](arith|categories|combinat|crypto|databases|data_structures|dynamics|ext|game_theory|games|geometry|graphs|groups|interfaces|manifolds|matrix|matroids|misc|modules|monoids|numerical|probability|quadratic_forms|quivers|rings|sat|schemes|sets|stats|symbolic|tensor)[a-z0-9_.]*|[.]libs)[.]all\s+import'
53
53
# imports from .all are allowed in all.py; also allow in some modules that need sage.all
54
- filePattern : ' (.*/|)(?!(all|benchmark|dev_tools|parsing|sage_eval))[^/.]*[.](py|pyx|pxi)$'
54
+ filePattern : ' (.*/|)(?!(all|benchmark|dev_tools|parsing|sage_eval|explain_pickle|.*_test ))[^/.]*[.](py|pyx|pxi)$'
55
55
56
56
- name : ' namespace_pkg_all_import_2: Module-level import of .all of a namespace package'
57
57
hint : |
You can’t perform that action at this time.
0 commit comments