diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfec611..6688ca0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,13 +5,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.3.0 hooks: - id: check-added-large-files args: ['--maxkb=5120'] @@ -28,7 +28,7 @@ repos: verbose: true - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.942' # Use the sha / tag you want to point at + rev: 'v0.961' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [tokenize-rt==3.2.0]