@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.6 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : check-added-large-files
@@ -17,26 +17,27 @@ repos:
1717 - id : mixed-line-ending
1818 args : ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919
20- - repo : https://github.com/PyCQA/docformatter
21- rev : v1.7.5
22- hooks :
23- - id : docformatter
24- additional_dependencies : [tomli]
25- args : [--in-place, --wrap-descriptions=120, --wrap-summaries=120]
26- # --config, ./pyproject.toml
20+ # - repo: https://github.com/PyCQA/docformatter
21+ # rev: master
22+ # hooks:
23+ # - id: docformatter
24+ # additional_dependencies: [tomli]
25+ # args: [--in-place, --wrap-descriptions=120, --wrap-summaries=120]
26+ # # --config, ./pyproject.toml
2727
28- - repo : https://github.com/psf/black
29- rev : 23.9.1
30- hooks :
31- - id : black
32- language_version : python3
28+ # - repo: https://github.com/psf/black
29+ # rev: 24.8.0
30+ # hooks:
31+ # - id: black
32+ # language_version: python3
3333
3434- repo : https://github.com/astral-sh/ruff-pre-commit
3535 # Ruff version.
36- rev : v0.0.287
36+ rev : v0.6.8
3737 hooks :
3838 - id : ruff
3939 args : [--fix, --exit-non-zero-on-fix]
40+ - id : ruff-format
4041
4142# # If like to embrace black styles even in the docs:
4243# - repo: https://github.com/asottile/blacken-docs
0 commit comments