File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments