Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#778)
Browse files Browse the repository at this point in the history
Co-authored-by: apoclyps <[email protected]>
  • Loading branch information
apoclyps and apoclyps authored Jan 2, 2024
1 parent 96d41fb commit 1147cbe
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 @@ -50,7 +50,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
args: [--safe, --quiet, --line-length=119]
Expand All @@ -76,7 +76,7 @@ repos:
types: [pyi]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
name: mypy
Expand Down

0 comments on commit 1147cbe

Please sign in to comment.