Skip to content

Commit

Permalink
be: add ruff linting selected rules
Browse files Browse the repository at this point in the history
  • Loading branch information
samu9 committed Feb 16, 2025
1 parent ddc2443 commit ffef10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import-doc-kinds = "hermadata.database.alembic.import_initial_data:import_doc_ki
line-length = 120

[tool.ruff.lint]
select = ["E", "C"]
select = ["E", "C", "I", "B"]
ignore = ["E402"]

[tool.ruff.format]
Expand Down

0 comments on commit ffef10a

Please sign in to comment.