Skip to content

Commit 5d1b968

Browse files
style: Update pre-commit hooks (#48)
Co-authored-by: mathbunnyru <12270691+mathbunnyru@users.noreply.github.com>
1 parent b7570bf commit 5d1b968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 6305bf1ae645ab7541be4f5028a86239316178eb # frozen: 26.1.0
31+
rev: c6755bb741b6481d6b3d3bb563c83fa060db96c9 # frozen: 26.3.1
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -71,7 +71,7 @@ repos:
7171

7272
# Lint: Markdown
7373
- repo: https://github.com/igorshubovych/markdownlint-cli
74-
rev: 76b3d32d3f4b965e1d6425253c59407420ae2c43 # frozen: v0.47.0
74+
rev: e72a3ca1632f0b11a07d171449fe447a7ff6795e # frozen: v0.48.0
7575
hooks:
7676
- id: markdownlint
7777
args: ["--fix"]

0 commit comments

Comments
 (0)