diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa7b176..755e271 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: 'v5.0.0' + rev: 'v6.0.0' hooks: - id: check-merge-conflict - repo: https://github.com/asottile/yesqa @@ -8,16 +8,16 @@ repos: hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '5.13.2' + rev: '6.0.1' hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.10.0' + rev: '25.1.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v5.0.0' + rev: 'v6.0.0' hooks: - id: end-of-file-fixer - id: requirements-txt-fixer @@ -43,18 +43,18 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.19.1' + rev: 'v3.20.0' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '7.1.1' + rev: '7.3.0' hooks: - id: flake8 exclude: "^docs/" - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.4 + rev: v6.2.5 hooks: - id: rstcheck files: >-