Skip to content

Commit

Permalink
chore(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.5.1 → 1.5.0](python-poetry/poetry@1.5.1...1.5.0)
- [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
- [github.com/commitizen-tools/commitizen: v3.2.2 → 3.2.2](commitizen-tools/commitizen@v3.2.2...3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Jun 13, 2023
1 parent 51887be commit cea7534
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 @@ -23,7 +23,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry
rev: 1.5.1
rev: 1.5.0
hooks:
- id: poetry-check
- repo: https://github.com/pre-commit/mirrors-prettier
Expand All @@ -32,7 +32,7 @@ repos:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.6.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -53,7 +53,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.2.2
rev: 3.2.2
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down

0 comments on commit cea7534

Please sign in to comment.