Skip to content

Commit

Permalink
Ensure Poetry check using pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 8, 2024
1 parent d63a833 commit e53a586
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
repos:
- repo: local
hooks:
- id: poetry-check
name: poetry-check
description: run poetry check to validate config
entry: poetry check
language: python
pass_filenames: false
files: ^(.*/)?pyproject\.toml$
- id: ruff-lint
name: ruff-lint
entry: ruff check
Expand Down

0 comments on commit e53a586

Please sign in to comment.