mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
9d41f83c58
* Add basic mypy workflow to CI * Make the type check pass --------- Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
22 lines
473 B
YAML
22 lines
473 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- "skip issue"
|
|
- "skip news"
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- "version-update:semver-minor"
|
|
- "version-update:semver-patch"
|
|
- package-ecosystem: "pip"
|
|
directory: "/Tools/clinic/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- "skip issue"
|
|
- "skip news"
|