Skip to content

Commit 538033d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2)
1 parent 3d15fac commit 538033d

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-json
1010
- id: check-yaml
1111
- repo: https://github.com/executablebooks/mdformat
12-
rev: 0.7.22
12+
rev: 1.0.0
1313
hooks:
1414
- id: mdformat
1515
additional_dependencies:
@@ -22,6 +22,6 @@ repos:
2222
args: [--fix]
2323
# strip output because these demo outputs aren't public
2424
- repo: https://github.com/kynan/nbstripout
25-
rev: 0.8.1
25+
rev: 0.8.2
2626
hooks:
2727
- id: nbstripout

0 commit comments

Comments
 (0)