You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file was auto-generated by Sourcery on 2025-06-20 at 14:38.
11
+
12
+
version: '1'# The schema version of this config file
13
+
14
+
ignore: # A list of paths or files which Sourcery will ignore.
15
+
- .git
16
+
- env
17
+
- .env
18
+
- .tox
19
+
- node_modules
20
+
- vendor
21
+
- venv
22
+
- .venv
23
+
- ~/.pyenv
24
+
- ~/.rye
25
+
- ~/.vscode
26
+
- .vscode
27
+
- ~/.cache
28
+
- ~/.config
29
+
- ~/.local
30
+
31
+
rule_settings:
32
+
enable:
33
+
- default
34
+
disable: [] # A list of rule IDs Sourcery will never suggest.
35
+
rule_types:
36
+
- refactoring
37
+
- suggestion
38
+
- comment
39
+
python_version: '3.11'# A string specifying the lowest Python version your project supports. Sourcery will not suggest refactorings requiring a higher Python version.
40
+
41
+
# rules: # A list of custom rules Sourcery will include in its analysis.
42
+
# - id: no-print-statements
43
+
# description: Do not use print statements in the test directory.
0 commit comments