Skip to content

Commit

Permalink
ci: update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Aug 11, 2024
1 parent 704cc55 commit f2e6549
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ repos:
# Run the linter.
- id: ruff
args: [--fix]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black

0 comments on commit f2e6549

Please sign in to comment.