Skip to content

Commit 8e242c9

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#1913)
* Update pre-commit hooks: - github.com/asottile/pyupgrade: v2.31.1 → v2.34.0 - github.com/psf/black: 22.3.0 → 22.6.0
1 parent acde7f4 commit 8e242c9

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
@@ -27,7 +27,7 @@ repos:
2727
exclude: ^validation/|\.dtd$|\.xml$
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.32.1
30+
rev: v2.34.0
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--py37-plus"]
@@ -38,15 +38,15 @@ repos:
3838
- id: absolufy-imports
3939

4040
- repo: https://github.com/psf/black
41-
rev: 22.3.0
41+
rev: 22.6.0
4242
hooks:
4343
- id: black-jupyter
4444

4545
- repo: https://github.com/asottile/blacken-docs
4646
rev: v1.12.1
4747
hooks:
4848
- id: blacken-docs
49-
additional_dependencies: [black==22.3.0]
49+
additional_dependencies: [black==22.6.0]
5050

5151
- repo: https://github.com/PyCQA/flake8
5252
rev: 4.0.1
@@ -57,7 +57,7 @@ repos:
5757
rev: 1.3.1
5858
hooks:
5959
- id: nbqa-pyupgrade
60-
additional_dependencies: [pyupgrade==2.32.1]
60+
additional_dependencies: [pyupgrade==2.34.0]
6161

6262
- repo: https://github.com/codespell-project/codespell
6363
rev: v2.1.0

0 commit comments

Comments
 (0)