diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9d16ae..7f395b6 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-added-large-files - id: check-case-conflict @@ -22,34 +22,34 @@ repos: - id: removestar args: [-i, pyprojectsort] - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.280" + rev: "v0.1.14" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: [--configfile=pyproject.toml, --severity-level=medium, .] additional_dependencies: ["bandit[toml]"] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.31.1 + rev: v8.3.0 hooks: - id: cspell - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v4.0.0-alpha.8" hooks: - id: prettier