Skip to content

Commit

Permalink
Remove some lint exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux committed Sep 12, 2024
1 parent 26f612d commit 7a8b0fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
managed = true
dev-dependencies = [
"pytest>=8.3.2",
"pytest-cov>=5.0.0",
Expand Down Expand Up @@ -54,6 +53,3 @@ line-length = 80
[tool.ruff.lint]
extend-select = ["I"]
ignore = ["E241", "F722", "E501", "E203", "F811", "F821"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]

0 comments on commit 7a8b0fe

Please sign in to comment.