Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/zricethezav/gitleaks: v8.15.3 → v8.18.1](gitleaks/gitleaks@v8.15.3...v8.18.1)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.37.0](igorshubovych/markdownlint-cli@v0.33.0...v0.37.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/autoflake: v2.0.1 → v2.2.1](PyCQA/autoflake@v2.0.1...v2.2.1)
- [github.com/psf/black: 23.1.0 → 23.11.0](psf/black@23.1.0...23.11.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.27.1](python-jsonschema/check-jsonschema@0.21.0...0.27.1)
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2023
1 parent 4a2cb11 commit 1ea2405
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,19 +1,19 @@
exclude: ^devices/.*/kernel-config$
repos:
- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.3
rev: v8.18.1
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
rev: v2.2.0
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
Expand All @@ -28,23 +28,23 @@ 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
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.11.0
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
Expand Down

0 comments on commit 1ea2405

Please sign in to comment.