File: chronographer.yml

package info (click to toggle)
pytest 9.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,304 kB
  • sloc: python: 65,808; makefile: 49
file content (20 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---

branch-protection-check-name: Changelog entry
action-hints:
  check-title-prefix: "Chronographer: "
  external-docs-url: >-
    https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests
  inline-markdown: >-
    See
    https://docs.pytest.org/en/latest/contributing.html#preparing-pull-requests
    for details.
enforce-name:
  suffix: .rst
exclude:
  humans:
  - pyup-bot
labels:
  skip-changelog: skip news

...