Plugin Passerelle pour les encombrants à Montpellier Métropole
Go to file
Frédéric Péters c2985c7879 misc: add pre-commit configuration 2022-08-10 09:02:53 +02:00
debian debian: apply wrap-and-sort 2022-08-10 09:02:33 +02:00
passerelle_montpellier_encombrants trivial: apply new pre-commit configuration (isort & pyupgrade) 2022-08-10 09:02:33 +02:00
tests trivial: apply new pre-commit configuration (isort & pyupgrade) 2022-08-10 09:02:33 +02:00
.git-blame-ignore-revs misc: add pre-commit configuration 2022-08-10 09:02:53 +02:00
.gitignore .gitignore 2015-04-13 11:47:17 +02:00
.pre-commit-config.yaml misc: add pre-commit configuration 2022-08-10 09:02:53 +02:00
COPYING license file 2015-04-13 11:47:27 +02:00
Jenkinsfile jenkins: build packages for buster & bullseye 2021-12-12 11:13:07 +01:00
MANIFEST.in empty shell 2015-04-15 15:32:02 +02:00
README misc: add black files/notes 2021-01-11 19:04:12 +01:00
setup.py trivial: apply new pre-commit configuration (isort & pyupgrade) 2022-08-10 09:02:33 +02:00
tox.ini tox: stop testing against django 1.11 2021-07-04 21:24:53 +02: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/>.