Skip to content

Commit

Permalink
Update pre-commit hooks (#1609)
Browse files Browse the repository at this point in the history
Co-authored-by: arkid15r <arkid15r@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and arkid15r committed Dec 23, 2023
1 parent a9bad4f commit 6e35e1f
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 @@ -19,7 +19,7 @@ repos:
- rst

- repo: https://github.com/python/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
exclude: ^(docs)
Expand All @@ -41,7 +41,7 @@ repos:
exclude: ^(docs)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-all]
Expand Down

0 comments on commit 6e35e1f

Please sign in to comment.