11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.2 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : check-added-large-files
66 args : ['--maxkb=100']
@@ -26,46 +26,34 @@ repos:
2626 - id : python-use-type-annotations
2727 - id : text-unicode-replacement-char
2828- repo : https://github.com/asottile/pyupgrade
29- rev : v2.32.0
29+ rev : v3.3.1
3030 hooks :
3131 - id : pyupgrade
3232 args : [--py37-plus]
3333- repo : https://github.com/asottile/reorder_python_imports
34- rev : v3.0.1
34+ rev : v3.9.0
3535 hooks :
3636 - id : reorder-python-imports
3737 args : [--py37-plus, --add-import, 'from __future__ import annotations']
3838- repo : https://github.com/psf/black
39- rev : 22.3 .0
39+ rev : 22.12 .0
4040 hooks :
4141 - id : black
42- - repo : https://github.com/PyCQA/flake8
43- rev : 4 .0.1
42+ - repo : https://github.com/charliermarsh/ruff-pre-commit
43+ rev : v0 .0.205
4444 hooks :
45- - id : flake8
46- types : [python]
47- additional_dependencies : [
48- flake8-alfred,
49- flake8-bugbear,
50- flake8-builtins,
51- flake8-comprehensions,
52- flake8-docstrings,
53- flake8-eradicate,
54- flake8-print,
55- flake8-pytest-style,
56- flake8-todo,
57- flake8-typing-imports,
58- flake8-unused-arguments,
59- pep8-naming,
60- pydocstyle,
61- Pygments,
62- ]
45+ - id : ruff
46+ - repo : https://github.com/dosisod/refurb
47+ rev : v1.9.1
48+ hooks :
49+ - id : refurb
50+ args : [--ignore, FURB126]
6351- repo : https://github.com/asottile/setup-cfg-fmt
64- rev : v1.20.1
52+ rev : v2.2.0
6553 hooks :
6654 - id : setup-cfg-fmt
67- - repo : https://github.com/myint /docformatter
68- rev : v1.3 .1
55+ - repo : https://github.com/PyCQA /docformatter
56+ rev : v1.5 .1
6957 hooks :
7058 - id : docformatter
7159 args : [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
7563 - id : interrogate
7664 args : [-v, --fail-under=40, src, tests]
7765- repo : https://github.com/executablebooks/mdformat
78- rev : 0.7.14
66+ rev : 0.7.16
7967 hooks :
8068 - id : mdformat
8169 additional_dependencies : [
@@ -84,12 +72,13 @@ repos:
8472 ]
8573 args : [--wrap, "88"]
8674- repo : https://github.com/codespell-project/codespell
87- rev : v2.1.0
75+ rev : v2.2.2
8876 hooks :
8977 - id : codespell
9078 args : [-L als, -L unparseable]
79+ additional_dependencies : ["tomli"]
9180- repo : https://github.com/mgedmin/check-manifest
92- rev : " 0.48 "
81+ rev : " 0.49 "
9382 hooks :
9483 - id : check-manifest
9584 args : [--no-build-isolation]
0 commit comments