Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#71)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.38.2 → v3.3.1](asottile/pyupgrade@v2.38.2...v3.3.1)
- [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0)
- [github.com/codespell-project/codespell: v2.0.0 → v2.2.2](codespell-project/codespell@v2.0.0...v2.2.2)
- [github.com/pycqa/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/PyCQA/bandit: 1.7.0 → 1.7.4](PyCQA/bandit@1.7.0...1.7.4)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 → 5.11.4](PyCQA/isort@v5.10.1...5.11.4)
- [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.2.0...v4.4.0)
- [github.com/pre-commit/mirrors-mypy: v0.941 → v0.991](pre-commit/mirrors-mypy@v0.941...v0.991)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 11, 2023
1 parent 301d138 commit fd30c37
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
args:
Expand All @@ -15,15 +15,15 @@ repos:
files: ^((custom_components|tests)/.+)?[^/]+\.py$

- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
rev: v2.2.2
hooks:
- id: codespell
args:
- --ignore-words-list=hass,spawnve
- --quiet-level=2

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -32,7 +32,7 @@ repos:
files: ^(custom_components|tests)/.+\.py$

- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.4
hooks:
- id: bandit
args:
Expand All @@ -41,20 +41,20 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(custom_components||tests)/.+\.py$

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
hooks:
- id: isort

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: check-executables-have-shebangs
stages: [manual]
- id: check-json

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.941
rev: v0.991
hooks:
- id: mypy
args:
Expand Down

0 comments on commit fd30c37

Please sign in to comment.