diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f0635b..d8f1f5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.1.0' + rev: 'v4.4.0' hooks: - id: check-merge-conflict - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.5.0 hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '5.10.1' + rev: '5.12.0' hooks: - id: isort - repo: https://github.com/psf/black - rev: '22.3.0' + rev: '23.9.1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.1.0' + rev: 'v4.4.0' hooks: - id: end-of-file-fixer exclude: >- @@ -51,12 +51,12 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v2.31.0' + rev: 'v3.13.0' hooks: - id: pyupgrade args: ['--py38-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '4.0.1' + rev: '6.1.0' hooks: - id: flake8 exclude: "^docs/"