Skip to content

Commit ec45c97

Browse files
committed
chore(fleet): update ruff to >=0.16.3 and mypy to >=2.3.1
Applies dependabot #285 and #284 locally so the commits stay datascry-authored. Resolves to ruff 0.16.4 and mypy 2.3.1 in the lockfile. fleet already declares an explicit `select`, so ruff 0.16's wider defaults don't reach it — the gate is clean with no code changes: ruff check, ruff format --check, mypy --strict and 37 tests at 97.95% coverage all pass.
1 parent 24a86ab commit ec45c97

2 files changed

Lines changed: 70 additions & 62 deletions

File tree

fleet/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ skulk = "skulk.cli:main"
1212
dev = [
1313
"pytest>=9.1.1",
1414
"pytest-cov>=7.1.0",
15-
"mypy>=2.3.0",
16-
"ruff>=0.15.21",
15+
"mypy>=2.3.1",
16+
"ruff>=0.16.3",
1717
]
1818

1919
[build-system]

0 commit comments

Comments
 (0)