diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83a195cc..173ce82e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: skip: ['yesqa', 'no-commit-to-branch'] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.7 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -45,7 +45,7 @@ repos: - pep8-naming - toml - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort additional_dependencies: @@ -66,7 +66,7 @@ repos: - id: python-check-blanket-type-ignore - id: python-no-log-warn - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit language_version: python3 @@ -74,7 +74,7 @@ repos: additional_dependencies: - bandit[toml] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.4 hooks: - id: prettier args: ['--single-quote', '--trailing-comma', 'es5']