diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32a2c4f7..f473f4a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,17 +47,17 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.15.0' + rev: 'v3.15.2' hooks: - id: pyupgrade args: ['--keep-mock'] - repo: https://github.com/adamchainz/django-upgrade - rev: '1.15.0' + rev: '1.16.0' hooks: - id: django-upgrade args: [--target-version, '3.2'] - repo: https://github.com/hhatto/autopep8 - rev: 'v2.0.4' + rev: 'v2.1.0' hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8