Skip to content

Commit ccbdc04

Browse files
build(pre-commit.ci): pre-commit autoupdate
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)
1 parent 5622aa2 commit ccbdc04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.3.7'
11+
rev: 'v0.4.3'
1212
hooks:
1313
- id: ruff
1414
types_or: [ python, pyi, jupyter ]
@@ -22,13 +22,13 @@ repos:
2222
additional_dependencies: [tomli]
2323
args: ["--in-place", "--config", "./pyproject.toml"]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.9.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: mypy
2828
args: ["--config-file", "pyproject.toml"]
2929
additional_dependencies: ['types-requests', 'types-six']
3030
- repo: https://github.com/pdm-project/pdm
31-
rev: 2.14.0
31+
rev: 2.15.1
3232
hooks:
3333
- id: pdm-lock-check
3434
- id: pdm-export

0 commit comments

Comments
 (0)