diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f84146..b8d9c5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/pycqa/isort - rev: 9.0.0b1 + rev: 9.0.0b5 hooks: - id: isort name: isort @@ -31,7 +31,7 @@ repos: language: python additional_dependencies: [pygments, restructuredtext_lint] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.3.0 + rev: v2.3.1 hooks: - id: mypy files: ^(src/)