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.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0)
- [github.com/asottile/pyupgrade: v2.28.0 → v3.16.0](asottile/pyupgrade@v2.28.0...v3.16.0)
- [github.com/pre-commit/mirrors-prettier: v2.4.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.4.1...v4.0.0-alpha.8)
- [github.com/psf/black: 21.9b0 → 24.4.2](psf/black@21.9b0...24.4.2)
- [github.com/pycqa/isort: 5.9.3 → 5.13.2](PyCQA/isort@5.9.3...5.13.2)
- [github.com/PyCQA/flake8: 3.9.2 → 7.1.0](PyCQA/flake8@3.9.2...7.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.35.1)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v1.10.1](pre-commit/mirrors-mypy@v0.910...v1.10.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 97c0035 commit 8315248
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.6.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.16.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier

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

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

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 7.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.35.1
hooks:
- id: yamllint

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

0 comments on commit 8315248

Please sign in to comment.