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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0)
- [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.40.0](igorshubovych/markdownlint-cli@v0.39.0...v0.40.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.13.0 → v9.16.0](alessandrojcm/commitlint-pre-commit-hook@v9.13.0...v9.16.0)
  • Loading branch information
pre-commit-ci[bot] authored and malokhvii-eduard committed May 13, 2024
1 parent 2d239c8 commit aac69ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,12 +17,12 @@ repos:
- id: debug-statements
name: check for debug statements
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
name: check for hardcoded secrets
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.40.0
hooks:
- id: markdownlint
name: check markdown
Expand All @@ -43,7 +43,7 @@ repos:
- id: flake8
name: check python style and quality
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
name: format python
Expand All @@ -58,7 +58,7 @@ repos:
- id: bandit
name: security audit for python
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.13.0
rev: v9.16.0
hooks:
- id: commitlint
name: check commit message
Expand Down

0 comments on commit aac69ad

Please sign in to comment.