diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea86d68d..67115327 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,13 @@ repos: hooks: - id: check-pre-commit-ci-config - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.4.8 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] # Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100' - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: ['--keep-runtime-typing', '--py39-plus'] @@ -71,7 +71,7 @@ repos: - id: flake8 additional_dependencies: *flake8deps - repo: https://github.com/PyCQA/pylint - rev: v3.2.2 + rev: v3.2.3 hooks: - id: pylint args: [