diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cc9539..842c22f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -50,7 +50,7 @@ repos: types: [python] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier @@ -60,13 +60,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.8.0 hooks: - id: black name: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: @@ -80,7 +80,7 @@ repos: - --no-warn-unused-ignores - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 args: @@ -105,7 +105,7 @@ repos: additional_dependencies: [toml] - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.9 hooks: - id: bandit entry: bandit