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.0 → 2.0.0](python-poetry/poetry@1.8.0...2.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.1...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent bf6ec76 commit ab05096
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 @@ -21,15 +21,15 @@ repos:
args: [ --fix=lf ]

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.0
hooks:
- id: poetry-check
files: pyproject\.toml$
types: [ file ]
args: [ --lock ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.6
hooks:
- id: ruff
files: \.py$
Expand All @@ -40,7 +40,7 @@ repos:
types: [ file ]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit ab05096

Please sign in to comment.