Skip to content

Commit

Permalink
feat: introduces config for sourcery-ai (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Jun 27, 2023
1 parent 3b19e2c commit 8492653
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .sourcery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
ignore:
- .git
- venv
- .venv
- env
- .env
- .tox
- node_modules
- vendor

rule_settings:
enable: [default]
disable: []
rule_types:
- refactoring
- suggestion
- comment
python_version: "3.8"

rules: []

metrics:
quality_threshold: 25.0

github:
ignore_labels:
- sourcery-ignore
- docs
labels:
- build-ignore
request_review:
origin: owner
forked: author
sourcery_branch: sourcery/{base_branch}

clone_detection:
min_lines: 3
min_duplicates: 2
identical_clones_only: false

proxy:
no_ssl_verify: false

0 comments on commit 8492653

Please sign in to comment.