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 Feb 19, 2023
1 parent c6b4032 commit 28e9774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ repos:
- id: check-added-large-files
args: ["--maxkb=500"]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.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.0.1
hooks:
- id: mypy
additional_dependencies: [pydantic]
Expand Down

0 comments on commit 28e9774

Please sign in to comment.