Skip to content

Commit

Permalink
pre-commit autoupdate (#6)
Browse files Browse the repository at this point in the history
* pre-commit autoupdate

updates:
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.2...v0.3.4)
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/quintenroets/package-dev-tools: v0.5.12 → v0.5.16](quintenroets/package-dev-tools@v0.5.12...v0.5.16)
- [github.com/quintenroets/package-dev-tools: v0.5.12 → v0.5.16](quintenroets/package-dev-tools@v0.5.12...v0.5.16)
- [github.com/quintenroets/package-dev-tools: v0.5.12 → v0.5.16](quintenroets/package-dev-tools@v0.5.12...v0.5.16)
- [github.com/quintenroets/package-dev-tools: v0.5.12 → v0.5.16](quintenroets/package-dev-tools@v0.5.12...v0.5.16)

* skip system hooks in pre-commit ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Quinten Roets <62651391+quintenroets@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and quintenroets committed Oct 6, 2024
1 parent 5ba9d68 commit 85e7129
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/myint/docformatter
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --make-summary-multi-line, --close-quotes-on-newline, --wrap-summaries, "88"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.4
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -14,15 +14,15 @@ repos:
hooks:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/quintenroets/package-dev-tools
rev: v0.5.12
rev: v0.5.16
hooks:
- id: infer-missing-annotations
- repo: local
Expand All @@ -43,18 +43,19 @@ repos:
always_run: true
fail_fast: true
- repo: https://github.com/quintenroets/package-dev-tools
rev: v0.5.12
rev: v0.5.16
hooks:
- id: check-coverage
- repo: https://github.com/quintenroets/package-dev-tools
rev: v0.5.12
rev: v0.5.16
hooks:
- id: check-shields
- repo: https://github.com/quintenroets/package-dev-tools
rev: v0.5.12
rev: v0.5.16
hooks:
- id: check-version

ci:
autofix_commit_msg: auto fixes from pre-commit.com hooks
autoupdate_commit_msg: 'pre-commit autoupdate'
autofix_commit_msg: auto fixes from pre-commit hooks
autoupdate_commit_msg: 'pre-commit auto updates'
skip: [mypy, run-tests, check-coverage]

0 comments on commit 85e7129

Please sign in to comment.