Skip to content

Commit

Permalink
chore: update pre-commit hooks (#34)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
- [github.com/hadialqattan/pycln: v2.2.1 → v2.2.2](hadialqattan/pycln@v2.2.1...v2.2.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](pre-commit/mirrors-prettier@v3.0.1...v3.0.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 4, 2023
1 parent 91f86cd commit 3872f5b
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 @@ -45,14 +45,14 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.5.1"
hooks:
- id: mypy
files: src
stages: [manual]

- repo: https://github.com/hadialqattan/pycln
rev: "v2.2.1"
rev: "v2.2.2"
hooks:
- id: pycln
args: ["--all"]
Expand Down Expand Up @@ -102,7 +102,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.1"
rev: "v3.0.3"
hooks:
- id: prettier
types_or: [json]

0 comments on commit 3872f5b

Please sign in to comment.