diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 695c8182..11195d63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -25,7 +25,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: ["tomli"] @@ -48,8 +48,8 @@ repos: - flake8-debugger==4.1.2 - flake8-string-format==0.3.0 - repo: https://github.com/pycqa/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit - args: [-c, pyproject.toml] - additional_dependencies: ["toml"] + args: ["-c", "pyproject.toml"] + additional_dependencies: [".[toml]"]