diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bc81ae..7d482b6 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 exclude: "rst$" @@ -13,12 +13,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.1.1' + rev: '24.4.2' 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.5.0' + rev: 'v4.6.0' hooks: - id: check-case-conflict - id: check-json @@ -35,17 +35,17 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.5.0' + rev: 'v4.6.0' hooks: - id: file-contents-sorter files: | .gitignore - repo: https://github.com/asottile/pyupgrade - rev: 'v3.15.0' + rev: 'v3.17.0' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '7.0.0' + rev: '7.1.0' hooks: - id: flake8