Skip to content

Commit 6632e6f

Browse files
chore(pre-commit): pre-commit autoupdate (Pycord-Development#2291)
updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 33d6543 commit 6632e6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ repos:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.13.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 23.11.0
31+
rev: 23.12.1
3232
hooks:
3333
- id: black
3434
args: [--safe, --quiet]
@@ -77,7 +77,7 @@ repos:
7777
# - id: mypy
7878

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

0 commit comments

Comments
 (0)