Skip to content
Snippets Groups Projects
Commit f8b9b80f authored by Moul's avatar Moul
Browse files

[fix] #134: insert-license: ignore docs folder, fix example header

Fix pre-commit alignment
parent 0719b34c
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!143#134: insert-license: ignore docs folder, fix example header
Pipeline #12790 waiting for manual action
...@@ -23,6 +23,7 @@ repos: ...@@ -23,6 +23,7 @@ repos:
rev: v1.1.10 rev: v1.1.10
hooks: hooks:
- id: insert-license - id: insert-license
exclude: ^docs/
files: \.py$ files: \.py$
args: args:
- --license-filepath - --license-filepath
......
""" # Copyright 2014-2021 Vincent Texier <vit@free.fr>
Copyright 2014-2021 Vincent Texier <vit@free.fr> #
# DuniterPy is free software: you can redistribute it and/or modify
DuniterPy is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or # (at your option) any later version.
(at your option) any later version. #
# DuniterPy is distributed in the hope that it will be useful,
DuniterPy is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details.
GNU General Public License for more details. #
# You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
from .create_public_key import create_public_key from .create_public_key import create_public_key
from .listen_ws2p import listen_ws2p from .listen_ws2p import listen_ws2p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment