File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ignore :
2+ - .git
3+ - venv
4+ - .venv
5+ - env
6+ - .env
7+ - .tox
8+ - node_modules
9+ - vendor
10+
11+ rule_settings :
12+ enable : [default]
13+ disable :
14+ - dict-literal
15+ - list-literal
16+ - replace-interpolation-with-fstring
17+ - use-fstring-for-concatenation
18+ rule_types :
19+ - refactoring
20+ - suggestion
21+ - comment
22+ python_version : " 3.6"
23+
24+ rules : []
25+
26+ metrics :
27+ quality_threshold : 25.0
28+
29+ github :
30+ labels : []
31+ ignore_labels :
32+ - sourcery-ignore
33+ request_review : author
34+ sourcery_branch : sourcery/{base_branch}
35+
36+ clone_detection :
37+ min_lines : 3
38+ min_duplicates : 2
39+ identical_clones_only : false
40+
41+ proxy :
42+ no_ssl_verify : false
Original file line number Diff line number Diff line change 2727 - uses : sourcery-ai/action@v1
2828 with :
2929 token : ${{ secrets.SOURCERY_TOKEN }}
30+ config : .github/config/sourcery.yaml
You can’t perform that action at this time.
0 commit comments