diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 590ad21..0abd0da 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.5 + rev: 1.7.6 hooks: - id: bandit args: ["-c", "pyproject.toml"] @@ -14,14 +14,14 @@ repos: additional_dependencies: ["bandit[toml]"] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.0 hooks: - id: black name: Black stages: [commit] - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: ["--in-place", "--remove-unused-variables", "--recursive"] @@ -30,14 +30,14 @@ repos: stages: [commit] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.3 + rev: v0.1.8 hooks: - id: ruff name: Ruff args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: ISort