chore: updating pre-commit once more

This commit is contained in:
MatteoRobbiati
2025-01-29 14:52:02 +01:00
parent a609dfaa10
commit 97a1568977

View File

@@ -19,7 +19,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/docformatter
rev: master
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]