Skip to content

Commit 566e2d2

Browse files
[pre-commit.ci] pre-commit autoupdate (#1870)
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/adrienverge/yamllint.git: v1.28.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.29.0) - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.33.0](igorshubovych/markdownlint-cli@v0.32.2...v0.33.0) - [github.com/nbQA-dev/nbQA: 1.6.0 → 1.6.1](nbQA-dev/nbQA@1.6.0...1.6.1) - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](adamchainz/blacken-docs@v1.12.1...1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e4d13ba commit 566e2d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: 22.12.0
31+
rev: 23.1.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -74,7 +74,7 @@ repos:
7474

7575
# Lint: YAML
7676
- repo: https://github.com/adrienverge/yamllint.git
77-
rev: v1.28.0
77+
rev: v1.29.0
7878
hooks:
7979
- id: yamllint
8080
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
@@ -102,7 +102,7 @@ repos:
102102

103103
# Lint: Markdown
104104
- repo: https://github.com/igorshubovych/markdownlint-cli
105-
rev: v0.32.2
105+
rev: v0.33.0
106106
hooks:
107107
- id: markdownlint
108108
args: ["--fix"]
@@ -116,7 +116,7 @@ repos:
116116
# nbQA provides tools from the Python ecosystem like
117117
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
118118
- repo: https://github.com/nbQA-dev/nbQA
119-
rev: 1.6.0
119+
rev: 1.6.1
120120
hooks:
121121
- id: nbqa-pyupgrade
122122
args: [--py39-plus]
@@ -127,7 +127,7 @@ repos:
127127

128128
# Run black on python code blocks in documentation files.
129129
- repo: https://github.com/asottile/blacken-docs
130-
rev: v1.12.1
130+
rev: 1.13.0
131131
hooks:
132132
- id: blacken-docs
133133
# --skip-errors is added to allow us to have python syntax highlighting even if

0 commit comments

Comments
 (0)