Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v2.1.1 → v2.2.0](compilerla/conventional-pre-commit@v2.1.1...v2.2.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/pycqa/bandit: 1.7.4 → 1.7.5](PyCQA/bandit@1.7.4...1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent abd8c42 commit c65b4ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_stages:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
rev: v2.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -33,7 +33,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
types:
Expand All @@ -47,7 +47,7 @@ repos:
- python

- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: ["-ll"]
Expand Down

0 comments on commit c65b4ec

Please sign in to comment.