gwift-book/adoc/toolchain/tools.adoc

21 lines
165 B
Plaintext
Raw Normal View History

2020-02-05 21:19:16 +01:00
=== Chaîne d'outils
2020-02-05 19:59:54 +01:00
2020-02-05 21:19:16 +01:00
==== Flake8
2020-02-05 19:59:54 +01:00
2020-02-05 21:19:16 +01:00
[source,python]
--
from datetime import datetime
2020-02-05 19:59:54 +01:00
2020-02-05 21:19:16 +01:00
datetime.today()
datetime(2020, 2, 5)
--
2020-02-05 19:59:54 +01:00
2020-02-05 21:19:16 +01:00
==== Black
2020-02-05 19:59:54 +01:00
2020-02-05 21:19:16 +01:00
==== pytest
==== mypy
2020-02-05 19:59:54 +01:00