Skip to content

Commit

Permalink
chore: Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jnapper7 authored Apr 2, 2023
1 parent c6b4032 commit e7340f8
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 @@ -13,21 +13,21 @@ repos:
- id: check-added-large-files
args: ["--maxkb=500"]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.1.1
hooks:
- id: mypy
additional_dependencies: [pydantic]
args: ["--install-types", "--non-interactive"]
- repo: https://github.com/python-poetry/poetry
rev: '1.3.0'
rev: '1.4.0'
hooks:
- id: poetry-check
#- id: poetry-lock
Expand Down

0 comments on commit e7340f8

Please sign in to comment.