Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#15)
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/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0...v3.0.3)
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.2](hadialqattan/pycln@v2.2.0...v2.2.2)

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 9, 2023
1 parent 56c7bd5 commit 791209c
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 @@ -32,7 +32,7 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.5.1"
hooks:
- id: mypy
exclude: 'docs/source/conf\.py'
Expand All @@ -53,11 +53,11 @@ repos:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.10]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.3"
hooks:
- id: prettier
- repo: https://github.com/hadialqattan/pycln
rev: v2.2.0
rev: v2.2.2
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down

0 comments on commit 791209c

Please sign in to comment.