Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
- https://github.com/myint/autoflake/: v2.0.0 → v2.0.1
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 13, 2023
1 parent 31932f8 commit 08950e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/myint/autoflake/
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autoflake
files: ^((custom_components)/.+)?[^/]+\.py$
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args:
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:
- id: check-json
exclude: (.vscode|.devcontainer)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.0
hooks:
- id: mypy
additional_dependencies: [types-all]
Expand Down

0 comments on commit 08950e0

Please sign in to comment.