diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1af7f4..1d54a41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: name: Sorting python imports args: [--profile, black] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade name: Upgrade common mistakes @@ -62,7 +62,7 @@ repos: - flake8-simplify - pep8-naming - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.4.8 hooks: - id: ruff name: Linting Python code (ruff)