We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b011b + 2167f28 commit 2cf0e7dCopy full SHA for 2cf0e7d
.mergify.yml
@@ -36,8 +36,10 @@ pull_request_rules:
36
- check-success=unit (3.14, 1.75, ubuntu-latest)
37
- check-success=unit (3.14, 1.75, macos-latest)
38
39
- # MyPy type checking
40
- - check-success=mypy
+ # checks (see check.yaml)
+ - check-success=pre-commit
41
+ - check-success=pkglint
42
+ - check-success=readthedocs
43
44
# E2E test suites (consolidated from individual tests)
45
# Python 3.12 - Ubuntu only (macOS excluded)
0 commit comments