Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.8.2 → 1.8.0](python-poetry/poetry@1.8.2...1.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 1818b55 commit 357cdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: trailing-whitespace
types: [ python ]
- repo: https://github.com/python-poetry/poetry
rev: '1.8.2' # add version here
rev: '1.8.0' # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
Expand All @@ -53,7 +53,7 @@ repos:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.3.4'
rev: 'v0.3.5'
hooks:
- id: ruff
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 357cdaf

Please sign in to comment.