Skip to content

Commit d056af4

Browse files
[pre-commit.ci] pre-commit autoupdate (#2177)
1 parent 7060f20 commit d056af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,21 @@ repos:
123123

124124
# Lint: Markdown
125125
- repo: https://github.com/igorshubovych/markdownlint-cli
126-
rev: v0.42.0
126+
rev: v0.43.0
127127
hooks:
128128
- id: markdownlint
129129
args: ["--fix"]
130130

131131
# Strip output from Jupyter notebooks
132132
- repo: https://github.com/kynan/nbstripout
133-
rev: 0.8.0
133+
rev: 0.8.1
134134
hooks:
135135
- id: nbstripout
136136

137137
# nbQA provides tools from the Python ecosystem like
138138
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
139139
- repo: https://github.com/nbQA-dev/nbQA
140-
rev: 1.8.7
140+
rev: 1.9.1
141141
hooks:
142142
- id: nbqa-pyupgrade
143143
args: [--py39-plus]

0 commit comments

Comments
 (0)