Skip to content

Commit

Permalink
♻️ refactor(pyproject.toml): sort dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-grant-hendry committed Dec 18, 2023
1 parent f2cd411 commit c0fa019
Show file tree
Hide file tree
Showing 3 changed files with 3,995 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
#
fail_fast: true
repos:
- repo: https://github.com/andrei-shabanski/poetry-plugin-sort
rev: v0.2.0
hooks:
- id: poetry-sort
name: (poetry-sort) Sort dependencies alphabetically in pyproject.toml

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.35.0
hooks:
Expand Down
Loading

0 comments on commit c0fa019

Please sign in to comment.