Skip to content

Commit

Permalink
Updates ruff config for 0.2.2 (#680)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Feb 27, 2024
1 parent 760a76c commit f80ebb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target-version = "py38"
line-length = 100
fix = true
extend-exclude = [".github", "dapr/proto"]
[tool.ruff.lint]
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
Expand Down

0 comments on commit f80ebb2

Please sign in to comment.