11repos :
22-   repo : https://github.com/pre-commit/pre-commit-hooks 
3-     rev : v4.4 .0
3+     rev : v5.0 .0
44    hooks :
55    -   id : check-added-large-files 
66        args : ['--maxkb=100'] 
@@ -25,35 +25,35 @@ repos:
2525    -   id : python-no-log-warn 
2626    -   id : python-use-type-annotations 
2727    -   id : text-unicode-replacement-char 
28- -   repo : https://github.com/asottile/reorder_python_imports  
29-     rev : v3.9 .0 
28+ -   repo : https://github.com/asottile/reorder-python-imports  
29+     rev : v3.14 .0 
3030    hooks :
3131    -   id : reorder-python-imports 
3232        args : [--py37-plus, --add-import, 'from __future__ import annotations'] 
3333-   repo : https://github.com/psf/black 
34-     rev : 23.1 .0
34+     rev : 24.10 .0
3535    hooks :
3636    -   id : black 
37- -   repo : https://github.com/charliermarsh /ruff-pre-commit 
38-     rev : v0.0.244  
37+ -   repo : https://github.com/astral-sh /ruff-pre-commit 
38+     rev : v0.8.4  
3939    hooks :
4040      - id : ruff 
4141-   repo : https://github.com/dosisod/refurb 
42-     rev : v1.12 .0
42+     rev : v2.0 .0
4343    hooks :
4444    -   id : refurb 
4545        args : [--ignore, FURB126] 
4646-   repo : https://github.com/asottile/setup-cfg-fmt 
47-     rev : v2.2 .0 
47+     rev : v2.7 .0 
4848    hooks :
4949    -   id : setup-cfg-fmt 
5050-   repo : https://github.com/econchick/interrogate 
51-     rev : 1.5 .0 
51+     rev : 1.7 .0 
5252    hooks :
5353    -   id : interrogate 
5454        args : [-v, --fail-under=40, src, tests] 
5555-   repo : https://github.com/executablebooks/mdformat 
56-     rev : 0.7.16  
56+     rev : 0.7.21  
5757    hooks :
5858    -   id : mdformat 
5959        additional_dependencies : [ 
@@ -62,13 +62,13 @@ repos:
6262        ] 
6363        args : [--wrap, "88"] 
6464- repo : https://github.com/codespell-project/codespell 
65-   rev : v2.2.2  
65+   rev : v2.3.0  
6666  hooks :
6767    -   id : codespell 
6868        args : [-L als, -L unparseable] 
6969        additional_dependencies : ["tomli"] 
7070-   repo : https://github.com/pre-commit/mirrors-mypy 
71-     rev : ' v1.0 .0' 
71+     rev : ' v1.14 .0' 
7272    hooks :
7373    -   id : mypy 
7474        args : [ 
8282        ] 
8383        pass_filenames : false 
8484-   repo : https://github.com/mgedmin/check-manifest 
85-     rev : " 0.49 " 
85+     rev : " 0.50 " 
8686    hooks :
8787    -   id : check-manifest 
8888        args : [--no-build-isolation] 
0 commit comments