Skip to content

Commit f80ebb2

Browse files
Updates ruff config for 0.2.2 (#680)
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 760a76c commit f80ebb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ target-version = "py38"
33
line-length = 100
44
fix = true
55
extend-exclude = [".github", "dapr/proto"]
6+
[tool.ruff.lint]
67
select = [
78
"E", # pycodestyle errors
89
"W", # pycodestyle warnings

0 commit comments

Comments
 (0)