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/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.1.14](astral-sh/ruff-pre-commit@v0.0.276...v0.1.14)
- [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.8.0](pre-commit/mirrors-mypy@v1.4.1...v1.8.0)
- [github.com/python-poetry/poetry: 1.5.0 → 1.7.0](python-poetry/poetry@1.5.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 22, 2024
1 parent b94db81 commit 8a60785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,19 +17,19 @@ repos:
- id: check-docstring-first

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
rev: v0.1.14
hooks:
- id: ruff
args:
- --fix

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.8.0
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.0
rev: 1.7.0
hooks:
- id: poetry-lock
args:
Expand Down

0 comments on commit 8a60785

Please sign in to comment.