Skip to content

Commit 3e231ab

Browse files
committed
Add sourcery config to ensure that the extension runs with the correct python version
1 parent c631b7b commit 3e231ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.sourcery.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rule_settings:
2+
enable: [default]
3+
disable: []
4+
rule_types:
5+
- refactoring
6+
- suggestion
7+
- comment
8+
python_version: '3.8'

0 commit comments

Comments
 (0)