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 23c52ee commit 6246666Copy full SHA for 6246666
.dependabot/config.yml
@@ -1,10 +1,9 @@
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
---
3
-
4
-version: 1
5
update_configs:
6
- - package_manager: "python"
7
- directory: "/"
8
- update_schedule: "weekly"
9
- default_reviewers:
10
- - "domdfcoding"
+- default_reviewers:
+ - domdfcoding
+ directory: /
+ package_manager: python
+ update_schedule: weekly
+version: 1
tox.ini
@@ -192,7 +192,6 @@ plugins = coverage_pyver_pragma
192
193
[coverage:report]
194
exclude_lines =
195
- (pragma|PRAGMA)[:\s]?\s*(no|NO)\s*(cover|COVER)
196
raise AssertionError
197
raise NotImplementedError
198
if 0:
0 commit comments