python: enable black preview

This commit is contained in:
Aminda Suomalainen 2024-07-12 09:36:38 +03:00
parent ba3d6d3358
commit d9cd123551
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
4 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,5 +1,6 @@
"""
Tämä on ensimmäinen Taitotalossa kirjoitettu Python koodi koulutuspäivänä yksi. Se vain tulostaa asioita.
"""
# Ensimmäinen kommentti

View File

@ -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