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
Agate e40328bf0c
gitea/passerelle-grandlyon-cartads-cs/pipeline/head This commit looks good Details
Prepare Jenkinsfile for Gitea migration (#74572)
2023-02-20 15:12:38 +01:00
debian debian: use debhelper compat level 12 2021-12-12 11:11:30 +01: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 trivial: bump black version to 22.3.0 2022-03-31 12:53:42 +02:00
COPYING init repository with license file 2019-03-21 10:33:31 +01:00
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 2023-02-20 15:12:38 +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: stop testing against django 1.11 2021-07-04 21:24:02 +02: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/>.