Skip to content

Commit

Permalink
build(pre-commit.ci): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v3.4.0 → v4.0.0](compilerla/conventional-pre-commit@v3.4.0...v4.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.6...v0.8.6)
- [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.14.1](pre-commit/mirrors-mypy@v1.11.1...v1.14.1)
- [github.com/pdm-project/pdm: 2.22.0 → 2.22.1](pdm-project/pdm@2.22.0...2.22.1)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](kynan/nbstripout@0.7.1...0.8.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent e3dd64e commit 43cc935
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
default_stages: [pre-commit]
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
rev: v4.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.6'
rev: 'v0.8.6'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
# TODO: Switch back to upstream docformatter
# after https://github.com/PyCQA/docformatter/issues/289 is fixed
- repo: https://github.com/PyCQA/docformatter
rev: eb1df34
rev: v1.7.5
# rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: ['types-requests', 'types-six']
- repo: https://github.com/pdm-project/pdm
rev: 2.22.0
rev: 2.22.1
hooks:
- id: pdm-lock-check
- id: pdm-export
args: ["-o", "requirements.txt", "--without-hashes", "-G", "cli", "-G", "index-generation", "-dG:all"]
files: ^pdm.lock$
stages: [manual]
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 43cc935

Please sign in to comment.