mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
python: enable black preview
This commit is contained in:
parent
ba3d6d3358
commit
d9cd123551
@ -3,6 +3,7 @@
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
target-version = ['py310']
|
||||
preview = true
|
||||
|
||||
[tool.mypy]
|
||||
#python-executable = 'pypy3'
|
||||
@ -10,9 +11,8 @@ python_version = '3.10'
|
||||
|
||||
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
|
||||
|
||||
# No need to have it uncommented since 79 is the standard.
|
||||
#[tool.pylint.format]
|
||||
#max-line-length = 79
|
||||
[tool.pylint.format]
|
||||
max-line-length = 79
|
||||
|
||||
# Not actually used here, see .pre-commit-config.yaml for reorder-python-imports
|
||||
# that does the same thing.
|
||||
|
@ -1,5 +1,6 @@
|
||||
"""
|
||||
Sovellus kysyy käyttäjän ikää, kertoo alle 18 heidän olevan alaikäinen, 18-65 aikuinen ja yli 65 seniori.
|
||||
|
||||
"""
|
||||
|
||||
# Tuo sys -kirjasto, jotta voimme poistua virhekoodiin.
|
||||
|
@ -1,5 +1,6 @@
|
||||
"""
|
||||
Tämä on ensimmäinen Taitotalossa kirjoitettu Python koodi koulutuspäivänä yksi. Se vain tulostaa asioita.
|
||||
|
||||
"""
|
||||
|
||||
# Ensimmäinen kommentti
|
||||
|
@ -1,5 +1,6 @@
|
||||
"""
|
||||
Sovellus pyytää käyttäjältä nimen, sekä viestin ja tulostaa viestin kolmesti.
|
||||
|
||||
"""
|
||||
|
||||
# Pyydetään käyttäjältä nimi ja viesti, tallennetaan samannimisiin muuttujiin
|
||||
|
Loading…
Reference in New Issue
Block a user