Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit b079767

Browse files
committed
Bump mypy, ruff versions
- Mypy v1.12.0 → v1.14.1 - Add suggested config per python/mypy#13916 - Ruff v0.6.9 → v0.9.1
1 parent 5dc21df commit b079767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-mypy
3-
rev: v1.12.0
3+
rev: v1.14.1
44
hooks:
55
- id: mypy
6+
pass_filenames: false
67
additional_dependencies:
78
- GitPython
89
- lxml-stubs
910
- pytest
1011
- sdmx1
1112
- starlette
12-
args: []
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.9
14+
rev: v0.9.1
1515
hooks:
1616
- id: ruff
1717
- id: ruff-format

0 commit comments

Comments
 (0)