Skip to content

Commit

Permalink
Add inner bindings pyproject_ruff.toml template
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Jan 3, 2025
1 parent 1614193 commit e58cac3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions osidb_bindings/templates_0.22.0/pyproject_ruff.toml.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{#
This is a custom template derived from:
https://github.com/openapi-generators/openapi-python-client/blob/v0.22.0/openapi_python_client/templates/pyproject_ruff.toml.jinja
#}
[tool.ruff]
line-length = 120

[tool.ruff.lint]
select = ["F", "I", "UP"]

0 comments on commit e58cac3

Please sign in to comment.