Skip to content

Commit

Permalink
Merge branch 'update-pre-commit'
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jul 11, 2024
2 parents 6b225f3 + 9520a3e commit b3794a4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
exclude: ^.*\.lock$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/python-poetry/poetry
rev: 1.6.1
rev: 1.8.0
hooks:
- id: poetry-check
- id: poetry-lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
rev: v0.5.1
hooks:
- id: ruff
args: [ --fix ]
Expand Down
19 changes: 11 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3794a4

Please sign in to comment.