Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#13)
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.272...v0.0.276)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.4.1](pre-commit/mirrors-mypy@v0.991...v1.4.1)
- [github.com/python-poetry/poetry: 1.5.1 → 1.5.0](python-poetry/poetry@1.5.1...1.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 959e813 commit b94db81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repos:
- id: debug-statements
- id: check-docstring-first

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.272
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args:
Expand All @@ -29,7 +29,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.4.1
hooks:
- id: mypy
language_version: python
Expand All @@ -38,7 +38,7 @@ repos:
- types-requests

- repo: https://github.com/python-poetry/poetry
rev: 1.5.1
rev: 1.5.0
hooks:
- id: poetry-lock
args:
Expand Down

0 comments on commit b94db81

Please sign in to comment.