diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33cea49..424a484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: - --write-changes - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.39.0 hooks: - id: markdownlint name: Fixing markdown linting errors @@ -29,7 +29,7 @@ repos: - id: absolufy-imports name: Make python imports absolute - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black name: Python formatting (black) @@ -45,7 +45,7 @@ repos: name: Sorting python imports args: [--profile, black] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade name: Upgrade common mistakes @@ -62,7 +62,7 @@ repos: - flake8-simplify - pep8-naming - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.14 + rev: v0.2.2 hooks: - id: ruff name: Linting Python code (ruff) @@ -81,7 +81,7 @@ repos: name: Static typechecking (mypy) exclude: ^tests/ - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit name: Security linting (bandit)