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

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

Fix pre-commit alignment
parent baab6cd0
No related branches found
No related tags found
No related merge requests found
Pipeline #12787 passed
......@@ -23,6 +23,7 @@ repos:
rev: v1.1.10
hooks:
- id: insert-license
exclude: ^docs/
files: \.py$
args:
- --license-filepath
......
"""
Copyright 2014-2021 Vincent Texier <vit@free.fr>
DuniterPy is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
DuniterPy 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
# Copyright 2014-2021 Vincent Texier <vit@free.fr>
#
# DuniterPy is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# DuniterPy 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from .create_public_key import create_public_key
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