diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5f6e82a6..dacbf7bdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/myint/docformatter # To format the doc strings to conform PEP257 +- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 rev: v1.7.5 hooks: - id: docformatter @@ -16,7 +16,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.1 + rev: v0.6.9 hooks: # Run the linter. - id: ruff