We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a8651 commit 1620cd0Copy full SHA for 1620cd0
.github/dependabot.yml
@@ -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
@@ -4,7 +4,9 @@
def ignore():
- """Typer option for the CLI to ignore this option and replace it with `None`."""
+ """
+ Typer option for the CLI to ignore this option and replace it with `None`.
9
10
11
return Option(
12
default_factory=str,
0 commit comments