diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c81166d4..80a94f490 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: ['--py39-plus'] @@ -28,7 +28,7 @@ repos: - id: toml-sort-fix exclude: '.pylintrc.toml' - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: [ '--config-file=.yamllint.yaml' ] @@ -41,11 +41,11 @@ repos: hooks: - id: isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.3.5 hooks: - id: ruff - repo: https://github.com/pylint-dev/pylint - rev: v3.0.3 + rev: v3.1.0 hooks: - id: pylint args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ] @@ -56,7 +56,7 @@ repos: additional_dependencies: [ 'flake8-alphabetize', 'flake8-rst-docstrings '] args: [ '--config=.flake8' ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.1 + rev: 1.8.5 hooks: - id: nbqa-pyupgrade args: [ '--py39-plus' ] @@ -85,7 +85,7 @@ repos: hooks: - id: gitleaks - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.27.4 + rev: 0.28.1 hooks: - id: check-github-workflows - id: check-readthedocs