Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#550)
Browse files Browse the repository at this point in the history
* chore: pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3)
- [github.com/python-poetry/poetry: 1.8.2 → 1.8.0](python-poetry/poetry@1.8.2...1.8.0)

* fix: poetry lock adjustments

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: David Ochoa <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and d0choa authored Mar 19, 2024
1 parent 77976b5 commit 923c622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 125 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:
skip: [poetry-lock]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: v0.3.3
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -104,7 +104,7 @@ repos:
- id: pydoclint

- repo: https://github.com/python-poetry/poetry
rev: "1.8.2"
rev: "1.8.0"
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down
Loading

0 comments on commit 923c622

Please sign in to comment.