Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: thecode <[email protected]>
  • Loading branch information
github-actions[bot] and thecode authored Dec 26, 2023
1 parent 92f49b6 commit 08f60c8
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 @@ -17,7 +17,7 @@ repos:
- --max-complexity=18
- --select=B,C,E,F,W,T4,B9
- repo: https://github.com/ambv/black
rev: 23.12.0
rev: 23.12.1
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.7.1"
rev: "v1.8.0"
hooks:
- id: mypy
- repo: https://github.com/codespell-project/codespell
Expand All @@ -62,7 +62,7 @@ repos:
- --configfile=bandit.yaml
files: ^aiowebostv/.+\.py$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.6
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [manual]

0 comments on commit 08f60c8

Please sign in to comment.