Skip to content

Commit 816fcb7

Browse files
[pre-commit.ci] pre-commit autoupdate (#1893)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.0) - [github.com/nbQA-dev/nbQA: 1.6.3 → 1.7.0](nbQA-dev/nbQA@1.6.3...1.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4ee3d97 commit 816fcb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 23.1.0
31+
rev: 23.3.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.0.1
38+
rev: v1.1.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -74,7 +74,7 @@ repos:
7474

7575
# Lint: YAML
7676
- repo: https://github.com/adrienverge/yamllint.git
77-
rev: v1.29.0
77+
rev: v1.30.0
7878
hooks:
7979
- id: yamllint
8080
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
@@ -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.3
119+
rev: 1.7.0
120120
hooks:
121121
- id: nbqa-pyupgrade
122122
args: [--py39-plus]

0 commit comments

Comments
 (0)