Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#49)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](pre-commit/mirrors-prettier@v3.0.1...v3.0.2)
- [github.com/python-poetry/poetry: 1.5.0 → 1.6.0](python-poetry/poetry@1.5.0...1.6.0)
- [github.com/hadialqattan/pycln: v2.2.1 → v2.2.2](hadialqattan/pycln@v2.2.1...v2.2.2)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 23, 2023
1 parent 18233a1 commit 8684610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
rev: "v3.0.2"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
args: [--prose-wrap=never]

- repo: https://github.com/python-poetry/poetry
rev: "1.5.0" # add version here
rev: "1.6.0" # add version here
hooks:
- id: poetry-check
- id: poetry-lock
args: ["--check", "--no-update"]

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.1
rev: v2.2.2
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand All @@ -54,7 +54,7 @@ repos:
name: isort (python)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.5.1"
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
Expand Down

0 comments on commit 8684610

Please sign in to comment.