Skip to content

Commit 1620cd0

Browse files
authored
feat: ✨ Dependabot
1 parent 56a8651 commit 1620cd0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
target-branch: "dev"
7+
schedule:
8+
interval: "weekly"

injection/integrations/typer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55

66
def ignore():
7-
"""Typer option for the CLI to ignore this option and replace it with `None`."""
7+
"""
8+
Typer option for the CLI to ignore this option and replace it with `None`.
9+
"""
810

911
return Option(
1012
default_factory=str,

0 commit comments

Comments
 (0)