Skip to content

Commit

Permalink
infra: add sourcery config
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 17, 2023
1 parent f70a037 commit d5ddef2
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:
- .tox/
- .venv/
- dist/
- docs/_build/
- docs/_static/
- node_modules/
- vendor/
- venv/

rule_settings:
enable: [default]
disable: [dont-import-test-modules]
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 d5ddef2

Please sign in to comment.