Skip to content

Commit c31b495

Browse files
authored
Update pyproject.toml with A rule
1 parent 429b8a2 commit c31b495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.ruff]
22
line-length = 120
33
target-version = "py311"
4-
select = ["E", "F", "I", "UP"]
4+
select = ["E", "F", "I", "UP", "A"]
55
ignore = ["D203"]
66

77
[tool.black]

0 commit comments

Comments
 (0)