repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - id: check-toml - repo: https://github.com/tox-dev/pyproject-fmt rev: v2.11.0 hooks: - id: pyproject-fmt - repo: https://github.com/tox-dev/tox-ini-fmt rev: 1.7.0 hooks: - id: tox-ini-fmt - repo: https://github.com/rhysd/actionlint rev: v1.7.8 hooks: - id: actionlint - repo: https://github.com/psf/black rev: 25.9.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs rev: "1.20.0" hooks: - id: blacken-docs files: pathlibutil/ - repo: https://github.com/pycqa/isort rev: 7.0.0 hooks: - id: isort - repo: https://github.com/python-poetry/poetry rev: 1.8.5 hooks: - id: poetry-lock args: ["--no-update"] - repo: https://github.com/google/yamlfmt rev: v0.19.0 hooks: - id: yamlfmt - repo: https://github.com/PyCQA/flake8 rev: 7.3.0 hooks: - id: flake8 args: ["--max-line-length", "88", "--exclude=examples/**"] - repo: https://github.com/d-chris/jinja2_pdoc rev: v1.3.0 hooks: - id: jinja2pdoc files: docs/README\.md\.jinja2$ additional_dependencies: - pyperclip