-
Notifications
You must be signed in to change notification settings - Fork 0
🎉An initial Draft #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: hf-krechan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Echt eine gute Idee! Dann gibt es immer eine weiterentwickelte und aktuelle Grundlage für neue Projekte.
Hab ein paar kleinere Sachen und ein paar Grundsatzfragen angemerkt.
the actual pre-commit settings do: * check yaml format * fix end-of-file * remove trailing whitespace * check for black formatting style
Co-authored-by: hf-aschloegl <[email protected]>
Co-authored-by: hf-aschloegl <[email protected]>
Co-authored-by: hf-aschloegl <[email protected]>
Co-authored-by: hf-aschloegl <[email protected]>
Co-authored-by: hf-aschloegl <[email protected]>
Co-authored-by: hf-aschloegl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gefällt mir schon richtig gut.
Habe noch pre-commit hinzugefügt.
Vielleicht ist es noch sinnvoll auch isort reinzupacken, da VS Code die imports nicht so schön sortiert wie PyCharme (was vermutlich auch nur isort verwendet)
Co-authored-by: hf-krechan <[email protected]>
Co-authored-by: hf-krechan <[email protected]>
Co-authored-by: hf-krechan <[email protected]>
Co-authored-by: hf-krechan <[email protected]>
Co-authored-by: hf-krechan <[email protected]>
Co-authored-by: hf-krechan <[email protected]>
Allgemein würde ich auch gerne versuchen so viele Settings wie möglich in die pyproject.toml Datei einzubringen. |
black will automatically use pyproject.toml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schaut gut aus, nur noch eine kleine Nachfrage zu dem tox-Befehl
Ich lasse das lokal eh kaum laufen 😀 Ich nehme was immer ihr wollt und auf Github läuft |
Ja dev sollte nicht in der env-Liste enthalten sein. Wenn man nur |
Co-authored-by: Annika <[email protected]>
Ich dachte, wir könnten mittlerweile ein Template-Repository gebrauchen also eine Best-Practise-Vorlage für neue Python-Projekte. Man kann dann dieses Ding als Template wählen:

und hätte out-of-the-box direkt eine tox-datei, ein Test-Setup und vier Github Actions.