diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b84bf76..4acd8eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ".env,.yml,.gitignore,.git,.md,.txt" default_stages: [push, commit] repos: - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -30,7 +30,7 @@ repos: stages: [commit] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.5 + rev: v0.6.7 hooks: - id: ruff name: Ruff