Skip to content

Commit

Permalink
Bump pre-commit hook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Feb 7, 2023
1 parent 5fa6e42 commit 3ece173
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,7 +10,7 @@ repos:
- --fix=lf

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

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

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v3.3.1
hooks:
- id: pyupgrade

- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.29.0
hooks:
- id: yamllint
args:
- --strict

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
rev: v0.33.0
hooks:
- id: markdownlint

0 comments on commit 3ece173

Please sign in to comment.