Skip to content

Commit

Permalink
remove comments from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
“Dafydd committed Sep 9, 2024
1 parent 8841e6b commit 8738a24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,11 @@ dev = []

# Configuration for mypy type checker
[tool.mypy]
# return to this one in a later PR:
#strict = true
ignore_missing_imports = true
exclude = "properties|asv_bench|docs"

# Configuration for ruff linter and formatter
[tool.ruff]
# return to these 3 in a later PR:
#line-length = 79
#lint.select = ["E", "F", "I", "B"]
#lint.ignore = ["E203"]
fix = true

[tool.pre-commit]
Expand Down

0 comments on commit 8738a24

Please sign in to comment.