Commit 9a14af1
committed
Force Python version (3.12) for local linting
1) Force Python version (3.12) for local linting (GH CI already enforces Python >=3.10)
This fixes
"sourcefinder/config.py:96: error: invalid syntax [syntax]
match get_origin(type_):
^
"
locally, i.e. on my machine, which will pick Python 3.8.13.
2) PEP 8 compliance.1 parent 0cbfaed commit 9a14af1
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
83 | | - | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments