Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

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/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.6.1](pre-commit/mirrors-mypy@v1.2.0...v1.6.1)
- [github.com/python-poetry/poetry: 1.4.2 → 1.6.0](python-poetry/poetry@1.4.2...1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent 056ed94 commit 3d46281
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand All @@ -19,11 +19,11 @@ repos:
- black
- --filter-files
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -36,7 +36,7 @@ repos:
- types-pytz>=2023.3.0.0,<2023.4.0
- types-redis>=4.5.4.1,<4.6.0.0
- repo: https://github.com/python-poetry/poetry
rev: 1.4.2
rev: 1.6.0
hooks:
- id: poetry-check
# - id: poetry-lock

0 comments on commit 3d46281

Please sign in to comment.