diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a407af34b..51527c985 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,14 +68,14 @@ repos: additional_dependencies: [black>=22.10.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.3' + rev: 'v0.4.9' hooks: - id: ruff args: - --config=./ruff.toml - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: Run codespell to check for common misspellings in files @@ -91,7 +91,7 @@ repos: files: "^python-sdk/" - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: [--py37-plus]