Skip to content

Commit

Permalink
removed sympy specific stuff from ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Molleman authored and Lukas Molleman committed Mar 28, 2023
1 parent 95fd96c commit f0e5ef5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,8 @@ ignore = [
"F841", # Local variable `VARIABLE` is assigned to but never used
]

# Exclude paths currently excluded in the flake8 configuration
exclude = [
"sympy/assumptions/*generated.py",
"sympy/core/*_generated.py",
"sympy/parsing/latex/_antlr/*",
"sympy/parsing/autolev/_antlr/*",
"sympy/parsing/autolev/test-examples/*",
"sympy/integrals/rubi/*",
]

# Black default, although irrelevant with E501 ignored
line-length = 88

# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

# Per-file ignores currently specified in the flake8 configuration
[tool.ruff.per-file-ignores]
"sympy/interactive/session.py" = ["F821"]

0 comments on commit f0e5ef5

Please sign in to comment.