Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Feb 15, 2024
1 parent 0b760c5 commit 65b8711
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 @@ -2,25 +2,25 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: debug-statements
- id: mixed-line-ending
- id: check-case-conflict
- id: check-yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.278
rev: v0.2.1
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/python/black
rev: 23.7.0
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -29,7 +29,7 @@ repos:
- pytest
- typer==0.9.0
- repo: https://github.com/python-poetry/poetry
rev: '1.5.0' # pre-commit autoupdate does not work properly
rev: '1.7.0' # pre-commit autoupdate does not work properly
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 65b8711

Please sign in to comment.