Skip to content

Commit 69eff51

Browse files
authored
2026-04 Update dependencies (#1837)
- use `uv` to update packages in our lockfile - continue to "export" the uv.lock file to various requirements.txt for the CI
1 parent b35999e commit 69eff51

File tree

16 files changed

+1517
-1307
lines changed

16 files changed

+1517
-1307
lines changed

dev_tools/conf/.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
load-plugins=pylint.extensions.docstyle,pylint.extensions.docparams,pylint_copyright_checker
33
max-line-length=100
44
ignore-patterns=.*_pb2\.py
5+
ignore=.venv
56
output-format=colorized
67
score=no
78
reports=no

dev_tools/conf/mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
show_error_codes = true
3-
plugins = duet.typing, numpy.typing.mypy_plugin
3+
plugins = duet.typing
44
allow_redefinition = true
55
check_untyped_defs = true
66

0 commit comments

Comments
 (0)