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.2.0 → v3.4.0](compilerla/conventional-pre-commit@v3.2.0...v3.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.5.6](astral-sh/ruff-pre-commit@v0.3.7...v0.5.6)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.1](pre-commit/mirrors-mypy@v1.9.0...v1.11.1)
- [github.com/pdm-project/pdm: 2.14.0 → 2.17.3](pdm-project/pdm@2.14.0...2.17.3)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 23ee20e commit 9015e20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
default_stages: [commit]
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.7'
rev: 'v0.5.6'
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand All @@ -22,13 +22,13 @@ repos:
additional_dependencies: [tomli]
args: ["--in-place", "--config", "./pyproject.toml"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.1
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
additional_dependencies: ['types-requests', 'types-six']
- repo: https://github.com/pdm-project/pdm
rev: 2.14.0
rev: 2.17.3
hooks:
- id: pdm-lock-check
- id: pdm-export
Expand Down

0 comments on commit 9015e20

Please sign in to comment.