Skip to content

Commit f4f8ed4

Browse files
committed
update tooling
1 parent 60ffe33 commit f4f8ed4

File tree

2 files changed

+485
-228
lines changed

2 files changed

+485
-228
lines changed

.pre-commit-config.yaml

+2-2
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.1'
1212
hooks:
1313
- id: ruff
1414
types_or: [ python, pyi, jupyter ]
@@ -28,7 +28,7 @@ repos:
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.0
3232
hooks:
3333
- id: pdm-lock-check
3434
- id: pdm-export

0 commit comments

Comments
 (0)