Plugin Passerelle pour l'accès au SIG de Montpellier Métropole
Go to file
Valentin Deniaud c0d69172fa
gitea/passerelle-montpellier-sig/pipeline/head This commit looks good Details
misc: update git-blame-ignore-revs to ignore quote changes (#79788)
2023-08-16 11:53:05 +02:00
debian debian: apply new pre-commit-debian (#77727) 2023-05-27 21:38:25 +02:00
passerelle_montpellier_sig misc: apply pre-commit-hooks (#74980) 2023-03-01 15:01:29 +01:00
tests misc: apply pre-commit-hooks (#74980) 2023-03-01 15:01:29 +01:00
.git-blame-ignore-revs misc: update git-blame-ignore-revs to ignore quote changes (#79788) 2023-08-16 11:53:05 +02:00
.pre-commit-config.yaml misc: add pre commit hook to force single quotes (#79788) 2023-08-16 11:53:04 +02:00
COPYING initial commit 2015-04-29 16:43:58 +02:00
Jenkinsfile ci: build deb package for bookworm (#78968) 2023-06-23 17:48:34 +02:00
MANIFEST.in initial commit 2015-04-29 16:43:58 +02:00
README misc: add black files/notes 2021-01-11 19:05:51 +01:00
setup.py build: update setup.py for django 3.2 2023-03-30 09:42:59 +02:00
tox.ini ci: run pre-commit-hooks (#74980) 2023-03-01 15:02:19 +01:00

README

Passerelle plugin for 3M encombrants
====================================

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/>.