diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6180e92..588cacce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,11 +8,11 @@ repos: hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '5.10.1' + rev: 'v5.11.3' hooks: - id: isort - repo: https://github.com/psf/black - rev: '22.10.0' + rev: '22.12.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -38,7 +38,7 @@ repos: files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.0' + rev: 'v3.3.1' hooks: - id: pyupgrade args: ['--py36-plus']