Bump pre-commit dependencies (#149)

This commit is contained in:
Shay Levy 2023-02-03 00:23:55 +02:00 committed by GitHub
parent fbb7234afc
commit e5e4a6f1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -8,7 +8,7 @@ repos:
- id: check-yaml - id: check-yaml
- id: debug-statements - id: debug-statements
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 5.0.4 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
args: args:
@ -17,17 +17,17 @@ repos:
- --max-complexity=18 - --max-complexity=18
- --select=B,C,E,F,W,T4,B9 - --select=B,C,E,F,W,T4,B9
- repo: https://github.com/ambv/black - repo: https://github.com/ambv/black
rev: 22.10.0 rev: 23.1.0
hooks: hooks:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.2.0 rev: v3.3.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py39-plus"] args: ["--py39-plus"]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
args: args:
@ -39,11 +39,11 @@ repos:
- -p=homeassistant - -p=homeassistant
- --force-sort-within-sections - --force-sort-within-sections
- repo: https://github.com/PyCQA/pydocstyle - repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1 rev: 6.3.0
hooks: hooks:
- id: pydocstyle - id: pydocstyle
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.982" rev: "v0.991"
hooks: hooks:
- id: mypy - id: mypy
- repo: https://github.com/codespell-project/codespell - repo: https://github.com/codespell-project/codespell