Skip to content

Commit

Permalink
update ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jun 15, 2024
1 parent 84b7a06 commit a85f8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test = { cmd = "pytest", help = "Run tests" }

[tool.ruff]
fix = true
select = ["B", "E", "F", "I", "SIM", "UP"]
lint = { select = ["B", "E", "F", "I", "SIM", "UP"] }

[tool.mypy]
strict = true
Expand Down

0 comments on commit a85f8b1

Please sign in to comment.