mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 21:27:14 -05:00
avoid specifying python version
This commit is contained in:
parent
d7cb7eaea0
commit
9c64ce19f7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ pythonpath =
|
||||||
.
|
.
|
||||||
|
|
||||||
# Python version (major.minor) of the target code.
|
# Python version (major.minor) of the target code.
|
||||||
python_version = 3.7
|
#python_version = 3.7
|
||||||
|
|
||||||
# Comma separated list of error names to ignore.
|
# Comma separated list of error names to ignore.
|
||||||
disable =
|
disable =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue