Skip to content

Commit

Permalink
Add pre-commit hook to lint and format using ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Mar 6, 2024
1 parent 01afac4 commit cae7e98
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 @@ -44,6 +44,7 @@ build-backend = "poetry.core.masonry.api"
ignore_missing_imports = true
install_types = true
check_untyped_defs = true
exclude = ["examples/*"]


[tool.ruff]
Expand Down

0 comments on commit cae7e98

Please sign in to comment.