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: v2.5.0 → v4.4.0](pre-commit/pre-commit-hooks@v2.5.0...v4.4.0)
- [github.com/compilerla/conventional-pre-commit: v1.2.0 → v2.1.1](compilerla/conventional-pre-commit@v1.2.0...v2.1.1)
- [github.com/python-poetry/poetry: 1.3.2 → 1.4.0](python-poetry/poetry@1.3.2...1.4.0)
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2023
1 parent d4e9a4f commit 27adeca
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 @@ -27,11 +27,11 @@ repos:
- id: pycln
args: ["--config=pyproject.toml"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v1.2.0
rev: v2.1.1
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -42,7 +42,7 @@ repos:
- id: interrogate
args: ["--config=pyproject.toml"]
- repo: https://github.com/python-poetry/poetry
rev: 1.3.2
rev: 1.4.0
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 27adeca

Please sign in to comment.