Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ updates:
directory: /
schedule:
interval: weekly
# Without this, Dependabot only bumps what we declare in pyproject.toml, so
# transitive pins in uv.lock go stale.
allow:
- dependency-type: all
groups:
production:
dependency-type: production
development:
dependency-type: development
indirect:
patterns:
- "*"
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ ignore = [
# Rationale: Conflicts with the formatter
"COM812",

# Description: Missing copyright notice at top of file
# Rationale: incorrect expectation
"CPY001",

# Description: File is part of an implicit namespace package. Add an `__init__.py`
# Rationale: Implicit namespace packages are a feature
"INP001",
Expand Down
Loading
Loading