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.
requirements.txt
1 parent 2029a43 commit a17efc7Copy full SHA for a17efc7
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "02:00"
8
+ open-pull-requests-limit: 10
9
+
10
+- package-ecosystem: github-actions
11
12
13
14
15
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
pip install -U pip setuptools wheel
46
- pip install -r dev-requirements.txt
+ pip install -r requirements.txt
47
- name: Run linters
48
49
mypy .
dev-requirements.txt requirements.txtdev-requirements.txt renamed to requirements.txt
0 commit comments