Skip to content

Commit

Permalink
Add asort
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent 2ade7aa commit 0a249f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/cpendery/asort
rev: v0.1.3
hooks:
- id: asort
files: '__init__\.py$'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
hooks:
Expand Down

0 comments on commit 0a249f8

Please sign in to comment.