diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91dec44..e122e09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: language_version: python3 additional_dependencies: [flake8-typing-imports==1.9.0] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + rev: v1.7.0 hooks: - id: autopep8 - repo: https://github.com/PyCQA/isort @@ -45,6 +45,6 @@ repos: additional_dependencies: [pygments, restructuredtext_lint] # This can deal with sphinx directives - repo: https://github.com/myint/rstcheck - rev: v6.0.0.post1 # Use the sha / tag you want to point at + rev: v6.1.0 # Use the sha / tag you want to point at hooks: - id: rstcheck