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

73 lines
1.9 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 with 11 updates (#6405) * Chore(deps): Bump the small-changes group with 11 updates Bumps the small-changes group with 11 updates: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `24.1` | `24.2` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.1` | | [channels](https://github.com/django/channels) | `4.0.0` | `4.1.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.13.4` | | [imap-tools](https://github.com/ikvk/imap_tools) | `1.5.0` | `1.6.0` | | [python-ipware](https://github.com/un33k/python-ipware) | `2.0.2` | `2.0.3` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.7.0` | `3.8.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.4.2` | | [black](https://github.com/psf/black) | `24.3.0` | `24.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.3.7` | | [daphne](https://github.com/django/daphne) | `4.1.0` | `4.1.2` | Updates `django-filter` from 24.1 to 24.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.1...24.2) Updates `djangorestframework` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1) Updates `channels` from 4.0.0 to 4.1.0 - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.0.0...4.1.0) Updates `filelock` from 3.13.3 to 3.13.4 - [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.13.3...3.13.4) Updates `imap-tools` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/ikvk/imap_tools/releases) - [Changelog](https://github.com/ikvk/imap_tools/blob/master/docs/release_notes.rst) - [Commits](https://github.com/ikvk/imap_tools/compare/v1.5.0...v1.6.0) Updates `python-ipware` from 2.0.2 to 2.0.3 - [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md) - [Commits](https://github.com/un33k/python-ipware/compare/v2.0.2...v2.0.3) Updates `rapidfuzz` from 3.7.0 to 3.8.1 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.1) Updates `scikit-learn` from 1.4.1.post1 to 1.4.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.4.2) Updates `black` from 24.3.0 to 24.4.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) Updates `ruff` from 0.3.5 to 0.3.7 - [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/v0.3.5...v0.3.7) Updates `daphne` from 4.1.0 to 4.1.2 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.1.0...4.1.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: imap-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: python-ipware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: daphne dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Reverts DRF update * Also bumps the hook versions to match --------- 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>
2024-04-18 00:26:10 +00:00
rev: v4.6.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$)"
- 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.2.6
hooks:
- id: codespell
exclude: "(^src-ui/src/locale/)|(^src-ui/e2e/)|(^src/paperless_mail/tests/samples/)"
exclude_types:
- pofile
- json
- repo: https://github.com/pre-commit/mirrors-prettier
2023-11-13 09:09:56 -08:00
rev: 'v3.1.0'
hooks:
- id: prettier
types_or:
- javascript
- ts
- markdown
exclude: "(^Pipfile\\.lock$)"
# Python hooks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.1'
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
Chore(deps): Bump the small-changes group with 11 updates (#6405) * Chore(deps): Bump the small-changes group with 11 updates Bumps the small-changes group with 11 updates: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `24.1` | `24.2` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.14.0` | `3.15.1` | | [channels](https://github.com/django/channels) | `4.0.0` | `4.1.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.3` | `3.13.4` | | [imap-tools](https://github.com/ikvk/imap_tools) | `1.5.0` | `1.6.0` | | [python-ipware](https://github.com/un33k/python-ipware) | `2.0.2` | `2.0.3` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.7.0` | `3.8.1` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.4.1.post1` | `1.4.2` | | [black](https://github.com/psf/black) | `24.3.0` | `24.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.3.7` | | [daphne](https://github.com/django/daphne) | `4.1.0` | `4.1.2` | Updates `django-filter` from 24.1 to 24.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/24.1...24.2) Updates `djangorestframework` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1) Updates `channels` from 4.0.0 to 4.1.0 - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/4.0.0...4.1.0) Updates `filelock` from 3.13.3 to 3.13.4 - [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.13.3...3.13.4) Updates `imap-tools` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/ikvk/imap_tools/releases) - [Changelog](https://github.com/ikvk/imap_tools/blob/master/docs/release_notes.rst) - [Commits](https://github.com/ikvk/imap_tools/compare/v1.5.0...v1.6.0) Updates `python-ipware` from 2.0.2 to 2.0.3 - [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md) - [Commits](https://github.com/un33k/python-ipware/compare/v2.0.2...v2.0.3) Updates `rapidfuzz` from 3.7.0 to 3.8.1 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.1) Updates `scikit-learn` from 1.4.1.post1 to 1.4.2 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.4.2) Updates `black` from 24.3.0 to 24.4.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...24.4.0) Updates `ruff` from 0.3.5 to 0.3.7 - [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/v0.3.5...v0.3.7) Updates `daphne` from 4.1.0 to 4.1.2 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/daphne/compare/4.1.0...4.1.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: imap-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: python-ipware dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: small-changes - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes - dependency-name: daphne dependency-type: direct:development update-type: version-update:semver-patch dependency-group: small-changes ... Signed-off-by: dependabot[bot] <support@github.com> * Reverts DRF update * Also bumps the hook versions to match --------- 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>
2024-04-18 00:26:10 +00:00
rev: 24.4.0
hooks:
- id: black
# Dockerfile hooks
- repo: https://github.com/AleksaC/hadolint-py
2023-11-13 09:09:56 -08:00
rev: v2.12.0.3
hooks:
- id: hadolint
# Shell script hooks
- repo: https://github.com/lovesegfault/beautysh
rev: v6.2.1
hooks:
- id: beautysh
args:
- "--tab"
- repo: https://github.com/shellcheck-py/shellcheck-py
Chore(deps-dev): Bump the development group with 4 updates (#6131) * Chore(deps-dev): Bump the development group with 4 updates Bumps the development group with 4 updates: [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.2.0...24.3.0) Updates `ruff` from 0.3.2 to 0.3.3 - [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/v0.3.2...v0.3.3) Updates `pytest-rerunfailures` from 13.0 to 14.0 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/13.0...14.0) Updates `mkdocs-material` from 9.5.13 to 9.5.14 - [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.5.13...9.5.14) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: pytest-rerunfailures dependency-type: direct:development update-type: version-update:semver-major dependency-group: development - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com> * Also matches pre-commit hook versions to Pipfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
2024-03-21 02:09:37 +00:00
rev: "v0.10.0.1"
hooks:
- id: shellcheck