Skip to content

Commit 2544830

Browse files
chore(pre-commit): pre-commit autoupdate (#2024)
updates: - [github.com/PyCQA/autoflake: v2.0.2 → v2.1.1](PyCQA/autoflake@v2.0.2...v2.1.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lala Sabathil <[email protected]>
1 parent 6a72ff0 commit 2544830

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
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/PyCQA/autoflake
12-
rev: v2.0.2
12+
rev: v2.1.1
1313
hooks:
1414
- id: autoflake
1515
# args:
@@ -77,7 +77,7 @@ repos:
7777
# - id: mypy
7878

7979
- repo: https://github.com/pre-commit/mirrors-prettier
80-
rev: v3.0.0-alpha.6
80+
rev: v3.0.0-alpha.9-for-vscode
8181
hooks:
8282
- id: prettier
8383
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)