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 5, 2023
1 parent c6b4032 commit 6a7ff73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ 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
Expand Down

0 comments on commit 6a7ff73

Please sign in to comment.