Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2)
- [github.com/python-poetry/poetry: 1.4.0 → 1.8.0](python-poetry/poetry@1.4.0...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 05bca0c commit 9e059fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:
default_stages: [commit, push]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -23,11 +23,11 @@ repos:
hooks:
- id: dockerfile_lint
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: 1.4.0
rev: 1.8.0
hooks:
- id: poetry-check
# - id: poetry-lock # broken on pre-commit.ci

0 comments on commit 9e059fd

Please sign in to comment.