diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d610c26..89717ab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: - --remove-unused-variables - --remove-rhs-for-unused-variables - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (black profile, in place fixes) @@ -70,7 +70,7 @@ repos: hooks: - id: yesqa - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 24.1.1 hooks: - id: black name: black (in place fixes) @@ -81,17 +81,17 @@ repos: # https://pre-commit.com/#top_level-default_language_version # language_version: python3.11 - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [Flake8-pyproject] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.7 hooks: - id: bandit # disable B101 (Test for use of assert) args: ["-s", "B101"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy