diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e920df7..5d05df7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-case-conflict @@ -22,26 +22,26 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.8 hooks: - id: bandit args: [-r, -ll, -c, pyproject.toml] additional_dependencies: ['bandit[toml]'] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.3.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--profile, black, --filter-files, -l, "120"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.9.0 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] @@ -55,7 +55,7 @@ repos: ] - repo: https://github.com/python-poetry/poetry - rev: 1.4.2 + rev: 1.8.2 hooks: - id: poetry-check - id: poetry-lock @@ -85,7 +85,7 @@ repos: types: [file] - repo: https://github.com/pylint-dev/pylint - rev: v2.17.1 + rev: v3.1.0 hooks: - id: pylint @@ -96,19 +96,19 @@ repos: args: [-d, --min=9, .] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.260 + rev: v0.3.3 hooks: - id: ruff args: [--fix] - repo: https://github.com/rstcheck/rstcheck - rev: v6.1.2 + rev: v6.2.1 hooks: - id: rstcheck args: [--report-level=warning, --ignore-directives, automodule]