Skip to content

Commit a85f8b1

Browse files
committed
update ruff settings
1 parent 84b7a06 commit a85f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject.toml.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test = { cmd = "pytest", help = "Run tests" }
3434

3535
[tool.ruff]
3636
fix = true
37-
select = ["B", "E", "F", "I", "SIM", "UP"]
37+
lint = { select = ["B", "E", "F", "I", "SIM", "UP"] }
3838

3939
[tool.mypy]
4040
strict = true

0 commit comments

Comments
 (0)