diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fae136f..6f2a4f31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: rst-inline-touching-normal # detect mistake of inline code touching normal text in rst - repo: https://github.com/asottile/pyupgrade - rev: v3.6.0 + rev: v3.7.0 hooks: - id: pyupgrade args: ['--py37-plus', '--keep-runtime-typing'] @@ -72,7 +72,7 @@ repos: - id: doc8 - repo: https://github.com/PyCQA/docformatter - rev: v1.7.2 + rev: v1.7.3 hooks: - id: docformatter