git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9799618
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
CONTRIBUTIONS.md
Fix spelling errors and style in markdown files
Hanno Böck
commited
9799618
at 2024-03-10 13:20:05
CONTRIBUTIONS.md
Blame
History
Raw
contribute ========== If you want to contribute you can use pull requests and the issue tracker on our github mirror: https://github.com/schokokeksorg/freewvs/ If you prefer you can also contact us via e-mail: https://schokokeks.org/kontakt coding style ============ Code should conform to the PEP8 coding standard. Furthermore we enable additional rules in pycodestyle and run some other linting tools (pylint, pyflakes, dlint). The freewvsdb files should be linted JSON as created by json.dumps with 2 spaces indenting. All code and JSON style requirements can be checked by running the unit tests: ``` python -m unittest ```