Skip to content

Commit

Permalink
Merge pull request #523 from hkad98/trivial
Browse files Browse the repository at this point in the history
TRIVIAL: Add missing format check to pre-commit hook

Reviewed-by: Jan Kadlec
             https://github.com/hkad98
  • Loading branch information
gdgate authored Jan 17, 2024
2 parents 746356d + 89ebcc5 commit e71a823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/isort
rev: 5.13.1
hooks:
Expand Down

0 comments on commit e71a823

Please sign in to comment.