-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sourcery.yaml
72 lines (62 loc) · 1.66 KB
/
.sourcery.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
# 🪄 This is your project's Sourcery configuration file.
# You can use it to get Sourcery working in the way you want, such as
# ignoring specific refactorings, skipping directories in your project,
# or writing custom rules.
# 📚 For a complete reference to this file, see the documentation at
# https://docs.sourcery.ai/Configuration/Project-Settings/
# This file was auto-generated by Sourcery on 2023-06-10 at 10:34.
version: '1' # The schema version of this config file
ignore: # A list of paths or files which Sourcery will ignore.
- .git
- venv
- .venv
- env
- .env
- .tox
- node_modules
- vendor
- .*
- build
- dist
- '*.min.js'
- node_modules
- lightcurveplotly.js
- rd_cmfgen.py
- plot_atlas_fp.py
- migrations
- admin
- rest_framework
rule_settings:
enable:
- default
- gpsg-standard-import-alias
- gpsg-import
#- gpsg-docstrings
- gpsg-lambda
- gpsg-naming
- gpsg-naming-pep8
disable:
- extract-method
rule_types:
- refactoring
- suggestion
- comment
python_version: '3.12' # A string specifying the lowest Python version your project supports. Sourcery will not suggest refactorings requiring a higher Python version.
# rule_tags: {} # Additional rule tags.
# metrics:
# quality_threshold: 25.0
# github:
# labels: []
# ignore_labels:
# - sourcery-ignore
# request_review: author
# sourcery_branch: sourcery/{base_branch}
clone_detection:
min_lines: 4
min_duplicates: 2
identical_clones_only: false
# proxy:
# url:
# ssl_certs_file:
# no_ssl_verify: false