Skip to content

Commit

Permalink
chore: Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs committed May 3, 2024
1 parent aaa900d commit 2288885
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@ fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- id: no-commit-to-branch
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.0
hooks:
# Use isort for sorting imports.
- id: isort
additional_dependencies: ["toml"]
- repo: local
hooks:
- id: poetry-check
Expand Down

0 comments on commit 2288885

Please sign in to comment.