Skip to content

Commit

Permalink
Merge branch 'home-assistant-libs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rale authored Jan 16, 2024
2 parents 9a6ff98 + 4f3a62e commit 54832f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args:
Expand All @@ -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]
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
-r requirements_lint.txt
pre-commit==3.6.0
tox==4.11.4
tox==4.12.0
wheel==0.42.0

-e .
6 changes: 3 additions & 3 deletions requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==23.12.0
flake8==6.1.0
black==23.12.1
flake8==7.0.0
isort==5.13.2
mypy==1.7.1
mypy==1.8.0
pydocstyle==6.3.0
pylint==3.0.3

0 comments on commit 54832f9

Please sign in to comment.