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/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
- https://github.com/myint/autoflake/: v2.0.1 → v2.1.1
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
- [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.3.0](pre-commit/mirrors-mypy@v1.0.0...v1.3.0)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.31.0)
- [github.com/pappasam/toml-sort: v0.22.3 → v0.23.1](pappasam/toml-sort@v0.22.3...v0.23.1)
  • Loading branch information
pre-commit-ci[bot] authored May 15, 2023
1 parent faa6194 commit 448c13c
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
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -17,20 +17,20 @@ repos:
- id: isort
files: ^((custom_components)/.+)?[^/]+\.py$
- repo: https://github.com/myint/autoflake/
rev: v2.0.1
rev: v2.1.1
hooks:
- id: autoflake
files: ^((custom_components)/.+)?[^/]+\.py$
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
args:
- --safe
- --quiet
files: ^((custom_components)/.+)?[^/]+\.py$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args:
Expand All @@ -48,7 +48,7 @@ repos:
- Flake8-pyproject==1.2.2
files: ^((custom_components)/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args:
Expand All @@ -68,17 +68,17 @@ repos:
- id: check-json
exclude: (.vscode|.devcontainer)
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies: [types-all]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.31.0
hooks:
- id: yamllint
exclude: (.vscode|.devcontainer|.github)
- repo: https://github.com/pappasam/toml-sort
rev: v0.22.3
rev: v0.23.1
hooks:
- id: toml-sort
args: []
Expand Down

0 comments on commit 448c13c

Please sign in to comment.