Skip to content

Commit bbe63ab

Browse files
[pre-commit.ci] pre-commit autoupdate (#7360)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 80c3e8e commit bbe63ab

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
@@ -25,14 +25,14 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.2.2
28+
rev: v3.3.1
2929
hooks:
3030
- id: pyupgrade
3131
args:
3232
- "--py38-plus"
3333
# https://github.com/python/black#version-control-integration
3434
- repo: https://github.com/psf/black
35-
rev: 22.10.0
35+
rev: 22.12.0
3636
hooks:
3737
- id: black
3838
- id: black-jupyter
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: blackdoc
4343
exclude: "generate_aggregations.py"
44-
additional_dependencies: ["black==22.10.0"]
44+
additional_dependencies: ["black==22.12.0"]
4545
- id: blackdoc-autoupdate-black
4646
- repo: https://github.com/PyCQA/flake8
4747
rev: 6.0.0

0 commit comments

Comments
 (0)