Skip to content

Commit a8cf480

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0) - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
1 parent 36b0eb3 commit a8cf480

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
@@ -14,7 +14,7 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pre-commit/mirrors-prettier
17-
rev: "v3.0.3"
17+
rev: "v3.1.0"
1818
hooks:
1919
- id: prettier
2020
exclude_types: ["markdown"]
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: pyupgrade
2929
- repo: https://github.com/psf/black
30-
rev: 23.10.1
30+
rev: 23.11.0
3131
hooks:
3232
- name: black
3333
id: black

0 commit comments

Comments
 (0)