diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32a2c4f7..8935eed3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: check-merge-conflict - repo: https://github.com/hadialqattan/pycln @@ -18,7 +18,7 @@ repos: - id: isort args: ['--profile', 'black'] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: end-of-file-fixer exclude: >- @@ -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.18.0' hooks: - id: django-upgrade args: [--target-version, '3.2'] - repo: https://github.com/hhatto/autopep8 - rev: 'v2.0.4' + rev: 'v2.2.0' hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8