git.schokokeks.org
Repositories
Help
Report an Issue
freewvs.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
7cf3993
Branches
Tags
master
v0.1.1
v0.1.2
v0.1.3
v0.1.4
freewvs.git
CONTRIBUTIONS.md
put security in separate file to make github security policy happy
Hanno Böck
commited
7cf3993
at 2020-06-19 20:08:45
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 ```