chore(tooling): re-add nix flake and update deps
This commit is contained in:
parent
2a5b924409
commit
999fd8e96f
6 changed files with 194 additions and 104 deletions
|
@ -38,6 +38,10 @@ dev-dependencies = ["pylint>=3.3.3", "ruff>=0.9.3", "sqlite-web>=0.6.4"]
|
|||
[tool.uv.sources]
|
||||
py-dactyl = { git = "https://github.com/cswimr/pydactyl" }
|
||||
|
||||
[tool.basedpyright]
|
||||
typeCheckingMode = "basic"
|
||||
reportAttributeAccessIssue = false # disabled because `commands.group.command` is listed as Any / Unknown for some reason
|
||||
|
||||
[tool.ruff]
|
||||
# Exclude a variety of commonly ignored directories.
|
||||
exclude = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue