File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22minimum_pre_commit_version : 1.15.2
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-merge-conflict # Check for files that contain merge conflict strings.
88 - id : trailing-whitespace # Trims trailing whitespace.
@@ -12,12 +12,12 @@ repos:
1212 - id : end-of-file-fixer # Makes sure files end in a newline and only a newline.
1313
1414 - repo : https://github.com/executablebooks/mdformat
15- rev : 0.7.17
15+ rev : 1.0.0
1616 hooks :
1717 - id : mdformat
1818
1919 - repo : https://github.com/s0undt3ch/python-tools-scripts
20- rev : " 0.18.6 "
20+ rev : " 0.20.5 "
2121 hooks :
2222 - id : tools
2323 alias : actionlint
3838 - requirements/release.in
3939
4040 - repo : https://github.com/asottile/pyupgrade
41- rev : v3.15.0
41+ rev : v3.21.2
4242 hooks :
4343 - id : pyupgrade
4444 name : Rewrite Code to be Py3.6+
@@ -47,13 +47,13 @@ repos:
4747 # # DGM args: [--py39-plus]
4848
4949 - repo : https://github.com/asottile/reorder_python_imports
50- rev : v3.12 .0
50+ rev : v3.16 .0
5151 hooks :
5252 - id : reorder-python-imports
5353 args : [--py310-plus]
5454
5555 - repo : https://github.com/psf/black
56- rev : 24.10 .0
56+ rev : 25.12 .0
5757 hooks :
5858 - id : black
5959 args : []
You can’t perform that action at this time.
0 commit comments