Skip to content

Commit

Permalink
Bump mypy, ruff versions
Browse files Browse the repository at this point in the history
- Mypy v1.12.0 → v1.14.1
  - Add suggested config per python/mypy#13916
- Ruff v0.6.9 → v0.9.1
  • Loading branch information
khaeru committed Jan 14, 2025
1 parent 5dc21df commit 6449806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
rev: v1.14.1
hooks:
- id: mypy
pass_filenames: false
additional_dependencies:
- GitPython
- lxml-stubs
- pytest
- sdmx1
- starlette
args: []
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.9.1
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ omit = ["dsss/storage/google_cloud_storage.py"]
version.source = "versioningit"

[tool.mypy]
exclude = ["^build/"]
files = ["conftest.py", "doc", "dsss"]

[[tool.mypy.overrides]]
# Packages for which no type hints are available
Expand Down

0 comments on commit 6449806

Please sign in to comment.