Skip to content

Commit

Permalink
Merge pull request #28 from lpsinger/sort-imports
Browse files Browse the repository at this point in the history
Configure ruff to sort imports
  • Loading branch information
dakota002 authored Aug 2, 2024
2 parents 9cd5fa3 + 921b5ac commit f423987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ repos:
hooks:
# Run the linter.
- id: ruff
args: ["--extend-select", "I", "--fix"]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
Expand Down

0 comments on commit f423987

Please sign in to comment.