File size: 845 Bytes
d864d45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[run]
source = .
omit = 
    */tests/*
    */test/*
    */__pycache__/*
    */venv/*
    */env/*
    */build/*
    */dist/*
    */cdk/*
    */docs/*
    */example_data/*
    */examples/*
    */feedback/*
    */logs/*
    */old_code/*
    */output/*
    */tmp/*
    */usage/*
    */tld/*
    */tesseract/*
    */poppler/*
    config*.py
    setup.py
    lambda_entrypoint.py
    entrypoint.sh
    cli_redact.py
    load_dynamo_logs.py
    load_s3_logs.py
    *.spec
    Dockerfile
    *.qmd
    *.md
    *.txt
    *.yml
    *.yaml
    *.json
    *.csv
    *.env
    *.bat
    *.ps1
    *.sh

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    class .*\bProtocol\):
    @(abc\.)?abstractmethod