Skip to content

Commit 2cf26af

Browse files
[pre-commit.ci] pre-commit autoupdate (#1724)
* [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 <[email protected]>
1 parent 315082f commit 2cf26af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: https://github.com/PyCQA/autoflake
8-
rev: v1.7.6
8+
rev: v1.7.7
99
hooks:
1010
- id: autoflake
1111
# args:
@@ -74,7 +74,7 @@ repos:
7474
# - id: mypy
7575

7676
- repo: https://github.com/pre-commit/mirrors-prettier
77-
rev: v3.0.0-alpha.2
77+
rev: v3.0.0-alpha.3
7878
hooks:
7979
- id: prettier
8080
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)