-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.docstr.yaml
More file actions
30 lines (30 loc) · 1007 Bytes
/
.docstr.yaml
File metadata and controls
30 lines (30 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# paths: # list or string
# - docstr_coverage
# badge: docs # Path
# exclude: .*/test # regex
# verbose: 3 # int (0-4)
# skip_magic: True # Boolean
# skip_file_doc: True # Boolean
# skip_init: True # Boolean
# skip_class_def: True # Boolean
# skip_private: True # Boolean
# follow_links: True # Boolean
# accept_empty: True # Boolean
# ignore_names_file: .*/test # regex
# fail_under: 90 # int
# percentage_only: True # Boolean
# ignore_patterns: # Dict with key/value pairs of file-pattern/node-pattern
# .*: method_to_ignore_in_all_files
# FileWhereWeWantToIgnoreAllSpecialMethods: "__.+__"
# SomeFile:
# - method_to_ignore1
# - method_to_ignore2
# - method_to_ignore3
# a_very_important_view_file:
# - "^get$"
# - "^set$"
# - "^post$"
# detect_.*:
# - "get_val.*"
exclude: (?:(?:^|.*/)(?:\.venv|examples|\.archive|typings|tests|\.kiro|\.audit)(?:/|$))|(?:(?:^|.*/)src/tux/database/migrations(?:/versions)?(?:/|$))|(?:(?:^|.*/)migrations(?:/|$))