File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,8 @@ ignore = [
37
37
" F841" , # Local variable `VARIABLE` is assigned to but never used
38
38
]
39
39
40
- # Exclude paths currently excluded in the flake8 configuration
41
- exclude = [
42
- " sympy/assumptions/*generated.py" ,
43
- " sympy/core/*_generated.py" ,
44
- " sympy/parsing/latex/_antlr/*" ,
45
- " sympy/parsing/autolev/_antlr/*" ,
46
- " sympy/parsing/autolev/test-examples/*" ,
47
- " sympy/integrals/rubi/*" ,
48
- ]
49
-
50
40
# Black default, although irrelevant with E501 ignored
51
41
line-length = 88
52
42
53
43
# Allow unused variables when underscore-prefixed.
54
44
dummy-variable-rgx = " ^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
55
-
56
- # Per-file ignores currently specified in the flake8 configuration
57
- [tool .ruff .per-file-ignores ]
58
- "sympy/interactive/session.py" = [" F821" ]
You can’t perform that action at this time.
0 commit comments