Skip to content

Commit abc0b5d

Browse files
[pre-commit.ci] pre-commit autoupdate (#7151)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Keewis <keewis@posteo.de> Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
1 parent 242d87d commit abc0b5d

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
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
# This wants to go before isort & flake8
1212
- repo: https://github.com/PyCQA/autoflake
13-
rev: "v1.6.1"
13+
rev: "v1.7.1"
1414
hooks:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
@@ -19,14 +19,14 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.38.2
22+
rev: v3.0.0
2323
hooks:
2424
- id: pyupgrade
2525
args:
2626
- "--py38-plus"
2727
# https://github.com/python/black#version-control-integration
2828
- repo: https://github.com/psf/black
29-
rev: 22.8.0
29+
rev: 22.10.0
3030
hooks:
3131
- id: black
3232
- id: black-jupyter
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: blackdoc
3737
exclude: "generate_reductions.py"
38-
additional_dependencies: ["black==22.8.0"]
38+
additional_dependencies: ["black==22.10.0"]
3939
- id: blackdoc-autoupdate-black
4040
- repo: https://github.com/PyCQA/flake8
4141
rev: 5.0.4
@@ -47,7 +47,7 @@ repos:
4747
# - id: velin
4848
# args: ["--write", "--compact"]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v0.981
50+
rev: v0.982
5151
hooks:
5252
- id: mypy
5353
# Copied from setup.cfg

0 commit comments

Comments
 (0)