diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bae5856..c44cc31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ exclude: ^devices/.*/kernel-config$ repos: - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.3 + rev: v8.18.0 hooks: - id: gitleaks - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.37.0 hooks: - id: markdownlint-fix - repo: https://github.com/thlorenz/doctoc @@ -13,7 +13,7 @@ repos: hooks: - id: doctoc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: trailing-whitespace @@ -28,7 +28,7 @@ repos: - id: forbid-submodules - id: mixed-line-ending - repo: https://github.com/PyCQA/autoflake - rev: v2.0.1 + rev: v2.2.1 hooks: - id: autoflake - repo: https://github.com/PyCQA/isort @@ -36,15 +36,15 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.21.0 + rev: 0.27.1 hooks: - id: check-github-workflows - id: check-jsonschema