Skip to content

Commit

Permalink
updated pyproject.toml with todos and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom committed Sep 3, 2024
1 parent d5d80cf commit 363f182
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ Repository = "https://github.com/RascalSoftware/RasCAL-2"
line-length = 120

[tool.ruff.lint]
select = ["E", "F", "UP", "B", "SIM", "I"]
ignore = ["SIM108"]
select = ["E", "F", "UP", "B", "SIM", "I", "N", "TD003"]
ignore = ["SIM108", "N817"]

[tool.ruff.lint.flake8-pytest-style]
fixture-parentheses = false
mark-parentheses = false

[tool.ruff.lint.pep8-naming]
extend-ignore-names = ["allKeys"]

0 comments on commit 363f182

Please sign in to comment.