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.5.6 → v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
- [github.com/pdm-project/pdm: 2.17.3 → 2.18.1](pdm-project/pdm@2.17.3...2.18.1)
- [github.com/FHPythonUtils/LicenseCheck: 2024.2 → 2024.3](FHPythonUtils/LicenseCheck@2024.2...2024.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent b02f78c commit d4eb99e
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 @@ -8,7 +8,7 @@ repos:
- id: conventional-pre-commit
stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.6'
rev: 'v0.6.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.11.1
rev: v1.11.2
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
additional_dependencies: ['types-requests', 'types-six']
- repo: https://github.com/pdm-project/pdm
rev: 2.17.3
rev: 2.18.1
hooks:
- id: pdm-lock-check
- id: pdm-export
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
language: python
stages: [manual]
- repo: https://github.com/FHPythonUtils/LicenseCheck
rev: "2024.2"
rev: "2024.3"
hooks:
- id: licensecheck
stages: [manual]
Expand Down

0 comments on commit d4eb99e

Please sign in to comment.