From 0638b9bbbbe9fa5de50c01ea160a53f0e7162d59 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 2 Jul 2018 00:27:38 +0200 Subject: [PATCH] Document that we do like PEP8 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b314798..69f7f6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,9 @@ If you're adding a new fileformat, please add tests for: 2. Cleaning metadata 3. Raising `ValueError` upon a corrupted file +Since MAT2 is written in Python3, please conform as much as possible to the +[pep8]( https://pep8.org/ ) style; except where it makes no sense of course. + # Doing a release 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)