diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42af7c6..9ccc0d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Sort imports - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort name: isort @@ -39,7 +39,7 @@ repos: # Linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.7 hooks: - id: ruff args: @@ -55,7 +55,7 @@ repos: # Security linter - repo: https://github.com/pycqa/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit name: bandit