Skip to content

Commit e98a4c8

Browse files
committed
Update deprecated ruff config syntax
1 parent e22fab2 commit e98a4c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ include = ["khal*"]
7575
version_file = "khal/version.py"
7676

7777
[tool.ruff]
78-
select = ["E", "F", "W", "I", "B0", "UP", "C4"]
79-
ignore = ["B008"]
8078
line-length = 100
8179
target-version = "py39"
8280

81+
[tool.ruff.lint]
82+
ignore = ["B008"]
83+
select = ["E", "F", "W", "I", "B0", "UP", "C4"]
84+
8385
[tool.coverage.report]
8486
exclude_lines = [
8587
"if TYPE_CHECKING:",

0 commit comments

Comments
 (0)