Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 23, 2023
1 parent f163f6a commit 229050d
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 @@ -17,7 +17,7 @@ repos:
- --max-complexity=18
- --select=B,C,E,F,W,T4,B9
- repo: https://github.com/ambv/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.0"
rev: "v1.6.1"
hooks:
- id: mypy
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 229050d

Please sign in to comment.