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/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/asottile/pyupgrade: v2.28.0 → v3.11.0](asottile/pyupgrade@v2.28.0...v3.11.0)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v3.0.3](pre-commit/mirrors-prettier@v2.4.1...v3.0.3)
- [github.com/psf/black: 21.9b0 → 23.9.1](psf/black@21.9b0...23.9.1)
- [github.com/pycqa/isort: 5.9.3 → 5.12.0](PyCQA/isort@5.9.3...5.12.0)
- [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.32.0)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.5.1](pre-commit/mirrors-mypy@v0.910...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 97c0035 commit 39ea261
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
Expand All @@ -12,29 +12,29 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.28.0
rev: v3.11.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v3.0.3
hooks:
- id: prettier

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 23.9.1
hooks:
- id: black
language_version: python3

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -48,12 +48,12 @@ repos:
files: ^(custom_components|tests)/.+\.py$

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.32.0
hooks:
- id: yamllint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v1.5.1
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 39ea261

Please sign in to comment.