Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bindings/python): add ruff as linter #4135

Merged
merged 10 commits into from
Feb 3, 2024
Prev Previous commit
Next Next commit
ignore F403, F405
  • Loading branch information
asukaminato0721 authored Feb 3, 2024
commit 651143fd19ac0ec4b72d1ce319bead3447d81b32
3 changes: 3 additions & 0 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ Repository = "https://github.com/apache/opendal"
features = ["pyo3/extension-module"]
module-name = "opendal._opendal"
python-source = "python"

[tool.ruff.lint]
ignore = ["F403", "F405"]
Loading