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/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.7...v0.4.3)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/pdm-project/pdm: 2.14.0 → 2.15.1](pdm-project/pdm@2.14.0...2.15.1)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 5622aa2 commit ccbdc04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.7'
rev: 'v0.4.3'
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.10.0
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.15.1
hooks:
- id: pdm-lock-check
- id: pdm-export
Expand Down

0 comments on commit ccbdc04

Please sign in to comment.