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/python-poetry/poetry: 1.6.1 → 1.6.0](python-poetry/poetry@1.6.1...1.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.1.3](astral-sh/ruff-pre-commit@v0.0.287...v0.1.3)
- [github.com/psf/black: 23.7.0 → 23.10.1](psf/black@23.7.0...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent bd38a73 commit f2ce8c3
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 @@ -18,7 +18,7 @@ repos:
- id: rst-inline-touching-normal
- id: text-unicode-replacement-char
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -45,7 +45,7 @@ repos:
- id: trailing-whitespace
types: [ python ]
- repo: https://github.com/python-poetry/poetry
rev: '1.6.1' # add version here
rev: '1.6.0' # add version here
hooks:
- id: poetry-check
# - id: poetry-lock
Expand All @@ -55,16 +55,16 @@ repos:
- id: absolufy-imports
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.287'
rev: 'v0.1.3'
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
args: [ --config=pyproject.toml ]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1' # Use the sha / tag you want to point at
rev: 'v1.6.1' # Use the sha / tag you want to point at
hooks:
- id: mypy
# - repo: local
Expand Down

0 comments on commit f2ce8c3

Please sign in to comment.