diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b022fa..145a9bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^docs/conf.py|^tests/data/' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -20,7 +20,7 @@ repos: args: ['--fix=no'] - repo: https://github.com/PyCQA/flake8 - rev: '6.1.0' # pick a git hash / tag to point to + rev: '7.1.1' # pick a git hash / tag to point to hooks: - id: flake8 additional_dependencies: @@ -35,7 +35,7 @@ repos: - flake8-copyright - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.10.0 hooks: - id: black @@ -45,20 +45,20 @@ repos: - id: rst-backticks - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/commitizen-tools/commitizen - rev: 3.10.0 + rev: v4.1.0 hooks: - id: commitizen stages: [commit-msg]