Skip to content

Commit 510a44b

Browse files
chore(pre-commit): pre-commit autoupdate (Pycord-Development#2283)
1 parent 634938b commit 510a44b

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
@@ -24,7 +24,7 @@ repos:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 5.13.0
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
@@ -77,7 +77,7 @@ repos:
7777
# - id: mypy
7878

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

0 commit comments

Comments
 (0)