Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1724)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/autoflake: v1.7.6 → v1.7.7](PyCQA/autoflake@v1.7.6...v1.7.7)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.3)
- [github.com/DanielNoord/pydocstringformatter: 93b15ca → v0.7.2](DanielNoord/pydocstringformatter@93b15ca...v0.7.2)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert unwanted upgrade

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and BobDotCom committed Oct 24, 2022
1 parent 315082f commit 2cf26af
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 @@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.6
rev: v1.7.7
hooks:
- id: autoflake
# args:
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
# - id: mypy

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.2
rev: v3.0.0-alpha.3
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
Expand Down

0 comments on commit 2cf26af

Please sign in to comment.