Skip to content

Commit

Permalink
🎨 fix ruff warnings
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed May 15, 2024
1 parent 548d3d5 commit bb4b289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ indy = [
aca-py = "aries_cloudagent.__main__:script_main"

[tool.ruff]
select = ["B006", "C", "D", "E", "F"]
lint.select = ["B006", "C", "D", "E", "F"]

ignore = [
lint.ignore = [
# Google Python Doc Style
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
"D408", "D409", "D413",
Expand All @@ -117,7 +117,7 @@ include = ["aries_cloudagent/**/*.py"]

line-length = 90

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"**/{tests}/*" = ["B006", "D", "E501", "F841"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit bb4b289

Please sign in to comment.