Skip to content

Commit

Permalink
Merge commit '6d7a40c9ff37eaf3bfa9ccdea4584a401116e6ec' into prepare-v03
Browse files Browse the repository at this point in the history
  • Loading branch information
shinich1 committed Feb 2, 2025
2 parents 1d5c297 + 6d7a40c commit a91d12d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
time: "13:00"
groups:
python-packages:
patterns:
- "*"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extend-select = [
"PLE",
"PLW",
"RUF",
"TCH",
"TC",
"TID",
"UP",
"W",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Lint/format
mypy
pyright
ruff
ruff==0.9.2

# Stubs
types-networkx
Expand Down

0 comments on commit a91d12d

Please sign in to comment.