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.2](gitleaks/gitleaks@v8.15.3...v8.18.2)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.33.0...v0.40.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/PyCQA/autoflake: v2.0.1 → v2.3.1](PyCQA/autoflake@v2.0.1...v2.3.1)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2)
- [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.28.2](python-jsonschema/check-jsonschema@0.21.0...0.28.2)
  • Loading branch information
pre-commit-ci[bot] committed May 6, 2024
1 parent 4a2cb11 commit ce8965b
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,19 +1,19 @@
exclude: ^devices/.*/kernel-config$
repos:
- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.3
rev: v8.18.2
hooks:
- id: gitleaks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.40.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.6.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.3.1
hooks:
- id: autoflake
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.28.2
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand Down

0 comments on commit ce8965b

Please sign in to comment.