paperless-ngx/.pre-commit-config.yaml

85 lines
2.2 KiB
YAML
Raw Normal View History

# This file configures pre-commit hooks.
# See https://pre-commit.com/ for general information
# See https://pre-commit.com/hooks.html for a listing of possible hooks
repos:
# General hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
Chore(deps): Bump the small-changes group across 1 directory with 3 updates (#10880) * Chore(deps): Bump the small-changes group across 1 directory with 3 updates Bumps the small-changes group with 3 updates in the / directory: [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [ruff](https://github.com/astral-sh/ruff). Updates `ocrmypdf` from 16.10.4 to 16.11.0 - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.4...v16.11.0) Updates `mkdocs-material` from 9.6.19 to 9.6.20 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.19...9.6.20) Updates `ruff` from 0.12.12 to 0.13.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.12...0.13.0) --- updated-dependencies: - dependency-name: ocrmypdf dependency-version: 16.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Applies the new Ruff rule for unpacking --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-09-17 13:16:34 -07:00
rev: v6.0.0
hooks:
- id: check-docstring-first
- id: check-json
exclude: "tsconfig.*json"
- id: check-yaml
2024-01-03 00:19:19 -08:00
args:
- "--unsafe"
- id: check-toml
- id: check-executables-have-shebangs
- id: end-of-file-fixer
exclude_types:
- svg
- pofile
exclude: "(^LICENSE$|^src/documents/static/bootstrap.min.css$)"
- id: mixed-line-ending
args:
- "--fix=lf"
- id: trailing-whitespace
exclude_types:
- svg
- id: check-case-conflict
- id: detect-private-key
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: [tomli]
exclude_types:
- pofile
- json
# See https://github.com/prettier/prettier/issues/15742 for the fork reason
- repo: https://github.com/rbubley/mirrors-prettier
rev: 'v3.6.2'
hooks:
- id: prettier
types_or:
- javascript
- ts
- markdown
2024-12-13 00:27:30 -08:00
additional_dependencies:
- prettier@3.3.3
- 'prettier-plugin-organize-imports@4.1.0'
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
Chore(deps): Bump the small-changes group across 1 directory with 8 updates (#11065) * Chore(deps): Bump the small-changes group across 1 directory with 8 updates Bumps the small-changes group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.19.1` | `3.20.0` | | [gotenberg-client](https://github.com/stumpylog/gotenberg-client) | `0.11.0` | `0.12.0` | | [nltk](https://github.com/nltk/nltk) | `3.9.1` | `3.9.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.20` | `9.6.22` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.5` | `1.2.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | | [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) | `4.1.5` | `4.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.0` | Updates `filelock` from 3.19.1 to 3.20.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.19.1...3.20.0) Updates `gotenberg-client` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/stumpylog/gotenberg-client/releases) - [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/gotenberg-client/compare/0.11.0...0.12.0) Updates `nltk` from 3.9.1 to 3.9.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.2) Updates `mkdocs-material` from 9.6.20 to 9.6.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.20...9.6.22) Updates `pytest-env` from 1.1.5 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) Updates `pre-commit-uv` from 4.1.5 to 4.2.0 - [Release notes](https://github.com/tox-dev/pre-commit-uv/releases) - [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.5...4.2.0) Updates `ruff` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.13.2...0.14.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: gotenberg-client dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pre-commit-uv dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Sync up the ruff version and generally update hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-10-15 13:07:30 -07:00
rev: v0.14.0
hooks:
- id: ruff-check
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
Chore(deps): Bump the small-changes group across 1 directory with 8 updates (#11065) * Chore(deps): Bump the small-changes group across 1 directory with 8 updates Bumps the small-changes group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.19.1` | `3.20.0` | | [gotenberg-client](https://github.com/stumpylog/gotenberg-client) | `0.11.0` | `0.12.0` | | [nltk](https://github.com/nltk/nltk) | `3.9.1` | `3.9.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.20` | `9.6.22` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.5` | `1.2.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | | [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) | `4.1.5` | `4.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.0` | Updates `filelock` from 3.19.1 to 3.20.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.19.1...3.20.0) Updates `gotenberg-client` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/stumpylog/gotenberg-client/releases) - [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/gotenberg-client/compare/0.11.0...0.12.0) Updates `nltk` from 3.9.1 to 3.9.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.2) Updates `mkdocs-material` from 9.6.20 to 9.6.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.20...9.6.22) Updates `pytest-env` from 1.1.5 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) Updates `pre-commit-uv` from 4.1.5 to 4.2.0 - [Release notes](https://github.com/tox-dev/pre-commit-uv/releases) - [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.5...4.2.0) Updates `ruff` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.13.2...0.14.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: gotenberg-client dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pre-commit-uv dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Sync up the ruff version and generally update hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-10-15 13:07:30 -07:00
rev: "v2.11.0"
hooks:
- id: pyproject-fmt
# Dockerfile hooks
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.14.0
hooks:
- id: hadolint
# Shell script hooks
- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
hooks:
- id: beautysh
2024-09-26 12:22:24 -07:00
additional_dependencies:
- setuptools
args:
- "--tab"
- repo: https://github.com/shellcheck-py/shellcheck-py
Chore(deps): Bump the small-changes group across 1 directory with 3 updates (#10880) * Chore(deps): Bump the small-changes group across 1 directory with 3 updates Bumps the small-changes group with 3 updates in the / directory: [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [ruff](https://github.com/astral-sh/ruff). Updates `ocrmypdf` from 16.10.4 to 16.11.0 - [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases) - [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.md) - [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.4...v16.11.0) Updates `mkdocs-material` from 9.6.19 to 9.6.20 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.19...9.6.20) Updates `ruff` from 0.12.12 to 0.13.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.12...0.13.0) --- updated-dependencies: - dependency-name: ocrmypdf dependency-version: 16.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Applies the new Ruff rule for unpacking --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-09-17 13:16:34 -07:00
rev: "v0.11.0.1"
hooks:
- id: shellcheck
2025-04-22 15:20:54 -07:00
- repo: https://github.com/google/yamlfmt
Chore(deps): Bump the small-changes group across 1 directory with 8 updates (#11065) * Chore(deps): Bump the small-changes group across 1 directory with 8 updates Bumps the small-changes group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.19.1` | `3.20.0` | | [gotenberg-client](https://github.com/stumpylog/gotenberg-client) | `0.11.0` | `0.12.0` | | [nltk](https://github.com/nltk/nltk) | `3.9.1` | `3.9.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.20` | `9.6.22` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.5` | `1.2.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | | [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) | `4.1.5` | `4.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.0` | Updates `filelock` from 3.19.1 to 3.20.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.19.1...3.20.0) Updates `gotenberg-client` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/stumpylog/gotenberg-client/releases) - [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/gotenberg-client/compare/0.11.0...0.12.0) Updates `nltk` from 3.9.1 to 3.9.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.2) Updates `mkdocs-material` from 9.6.20 to 9.6.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.20...9.6.22) Updates `pytest-env` from 1.1.5 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) Updates `pre-commit-uv` from 4.1.5 to 4.2.0 - [Release notes](https://github.com/tox-dev/pre-commit-uv/releases) - [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.5...4.2.0) Updates `ruff` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.13.2...0.14.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: gotenberg-client dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pre-commit-uv dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Sync up the ruff version and generally update hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-10-15 13:07:30 -07:00
rev: v0.18.0
2025-04-22 15:20:54 -07:00
hooks:
- id: yamlfmt
exclude: "^src-ui/pnpm-lock.yaml"
Chore(deps): Bump the small-changes group across 1 directory with 8 updates (#11065) * Chore(deps): Bump the small-changes group across 1 directory with 8 updates Bumps the small-changes group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.19.1` | `3.20.0` | | [gotenberg-client](https://github.com/stumpylog/gotenberg-client) | `0.11.0` | `0.12.0` | | [nltk](https://github.com/nltk/nltk) | `3.9.1` | `3.9.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.20` | `9.6.22` | | [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.5` | `1.2.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | | [pre-commit-uv](https://github.com/tox-dev/pre-commit-uv) | `4.1.5` | `4.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.0` | Updates `filelock` from 3.19.1 to 3.20.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.19.1...3.20.0) Updates `gotenberg-client` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/stumpylog/gotenberg-client/releases) - [Changelog](https://github.com/stumpylog/gotenberg-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/stumpylog/gotenberg-client/compare/0.11.0...0.12.0) Updates `nltk` from 3.9.1 to 3.9.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.1...3.9.2) Updates `mkdocs-material` from 9.6.20 to 9.6.22 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.20...9.6.22) Updates `pytest-env` from 1.1.5 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) Updates `pre-commit-uv` from 4.1.5 to 4.2.0 - [Release notes](https://github.com/tox-dev/pre-commit-uv/releases) - [Commits](https://github.com/tox-dev/pre-commit-uv/compare/4.1.5...4.2.0) Updates `ruff` from 0.13.2 to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.13.2...0.14.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: gotenberg-client dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: mkdocs-material dependency-version: 9.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: pre-commit-uv dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Sync up the ruff version and generally update hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2025-10-15 13:07:30 -07:00
types:
- yaml