Skip to content

Commit aa895fe

Browse files
authored
Fix pyproject ruff deprecation warning (#113)
2 parents ff9341e + e72a7a9 commit aa895fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ line-length = 120
33

44
[tool.ruff]
55
line-length = 120
6+
7+
[tool.ruff.lint]
68
# Never enforce `E501` (line length violations), as black takes care of this.
79
ignore = ["E501"]
810
# Additionally enable the following rules

0 commit comments

Comments
 (0)