Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2163)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.2...v0.7.4)
- [github.com/python-poetry/poetry: 1.8.3 → 1.8.0](python-poetry/poetry@1.8.3...1.8.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and koxudaxi authored Nov 23, 2024
1 parent 368de18 commit 0cba805
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.2'
rev: 'v0.7.4'
hooks:
- id: ruff
files: "^datamodel_code_generator|^tests"
Expand All @@ -18,6 +18,6 @@ repos:
- tomli
exclude: "^tests/|^CODE_OF_CONDUCT.md"
- repo: https://github.com/python-poetry/poetry
rev: 1.8.3
rev: 1.8.0
hooks:
- id: poetry-check

0 comments on commit 0cba805

Please sign in to comment.