Skip to content

Commit

Permalink
chore: update pre-commit hooks (#81)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1)
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.1](hadialqattan/pycln@v2.2.0...v2.2.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 7, 2023
1 parent f57d4c9 commit a0deb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.1"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -64,7 +64,7 @@ repos:
args: ["--py37-plus"]

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.0
rev: v2.2.1
hooks:
- id: pycln
additional_dependencies: [click<8.1]
Expand Down

0 comments on commit a0deb14

Please sign in to comment.