Skip to content

Commit c3c2edd

Browse files
style: Update pre-commit hooks (#46)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
1 parent 1778db3 commit c3c2edd

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
@@ -28,7 +28,7 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 782e5605c86aab56be6f905da10dcd3e463fd9c2 # frozen: 25.12.0
31+
rev: 6305bf1ae645ab7541be4f5028a86239316178eb # frozen: 26.1.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -51,7 +51,7 @@ repos:
5151

5252
# Autoformat: YAML, JSON, Markdown, etc.
5353
- repo: https://github.com/rbubley/mirrors-prettier
54-
rev: 14abee445aea04b39069c19b4bd54efff6775819 # frozen: v3.7.4
54+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
5555
hooks:
5656
- id: prettier
5757

0 commit comments

Comments
 (0)