diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b58db8d..bb098a8 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.37.0 + rev: v0.38.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.11.0 + rev: 23.12.0 hooks: - id: black name: Python formatting (black) @@ -39,7 +39,7 @@ repos: - id: docformatter name: Python docstring formatting (docformatter) - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: Sorting python imports @@ -62,7 +62,7 @@ repos: - flake8-simplify - pep8-naming - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.8 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.5 + rev: 1.7.6 hooks: - id: bandit name: Security linting (bandit)