diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cdd206..60e572d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: language_version: python3.9 - repo: https://github.com/pycqa/docformatter - rev: v1.7.5 + rev: master hooks: - id: docformatter additional_dependencies: [tomli]