This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Frédéric Péters 94072a3156 trivial: apply black to setup.py and tests/ 2021-02-15 17:50:10 +01:00
debian debian: fix debhelper version in build-depends 2020-06-12 14:00:47 +02:00
grandlyon_cartads_cs trivial: apply black 2021-01-11 18:54:04 +01:00
tests trivial: apply black to setup.py and tests/ 2021-02-15 17:50:10 +01:00
.git-blame-ignore-revs misc: add black files/notes 2021-01-11 18:57:28 +01:00
.gitignore ignore python build files 2019-03-21 10:34:08 +01:00
.pre-commit-config.yaml misc: add black files/notes 2021-01-11 18:57:28 +01:00
COPYING init repository with license file 2019-03-21 10:33:31 +01:00
Jenkinsfile upgrade ci infra (#50115) 2021-01-13 17:27:52 +01:00
MANIFEST.in add initial version 2019-03-21 10:34:55 +01:00
README misc: add black files/notes 2021-01-11 18:57:28 +01:00
setup.py trivial: apply black 2021-01-11 18:54:04 +01:00
tox.ini tox: add black (via pre-commit) to tests (#50927) 2021-02-15 17:49:32 +01:00

README

Adaption of Passerelle Cart@DS CS plugin for Grand Lyon environment
===================================================================

Code Style
----------

black is used to format the code, using thoses parameters:

    black --target-version py37 --skip-string-normalization --line-length 110

There is .pre-commit-config.yaml to use pre-commit to automatically run black
before commits. (execute `pre-commit install` to install the git hook.)

License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.