Skip to content

Commit f0e5ef5

Browse files
Lukas MollemanLukas Molleman
authored andcommitted
removed sympy specific stuff from ruff config
1 parent 95fd96c commit f0e5ef5

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,8 @@ ignore = [
3737
"F841", # Local variable `VARIABLE` is assigned to but never used
3838
]
3939

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-
5040
# Black default, although irrelevant with E501 ignored
5141
line-length = 88
5242

5343
# Allow unused variables when underscore-prefixed.
5444
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"]

0 commit comments

Comments
 (0)