diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d49941..f559716 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,19 +32,19 @@ repos: # Python linter (Flake8) - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 # Python formatting - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.2.0' + rev: 'v1.5.0' hooks: - id: mypy args: [--allow-redefinition, --ignore-missing-imports]