mirror of https://github.com/nucypher/nucypher.git
remove license additions from pre-commit hooks
parent
6ca73c2849
commit
c11731a9b0
|
@ -1,14 +0,0 @@
|
|||
This file is part of nucypher.
|
||||
|
||||
nucypher 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.
|
||||
|
||||
nucypher 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 nucypher. If not, see <https://www.gnu.org/licenses/>.
|
|
@ -38,14 +38,6 @@ repos:
|
|||
# Docs
|
||||
- id: check-vcs-permalinks
|
||||
|
||||
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
||||
rev: ffbd448645bad2e7ca13f96fca5830058d27ccd5
|
||||
hooks:
|
||||
# License
|
||||
- id: insert-license
|
||||
files: \.py$ # only target python files, for example - skip contract_registry.json
|
||||
args: [--license-filepath, '.nucypher-license', --detect-license-in-X-top-lines=16, --comment-style, '"""||"""']
|
||||
|
||||
- repo: https://github.com/akaihola/darker
|
||||
rev: 1.4.2
|
||||
hooks:
|
||||
|
@ -56,13 +48,6 @@ repos:
|
|||
|
||||
|
||||
# TODO: May be incrementally introduced
|
||||
# - repo: https://github.com/PyCQA/bandit
|
||||
# rev: '1.6.2'
|
||||
# hooks:
|
||||
# - id: bandit
|
||||
# args: [--recursive, --ini, .bandit, aggregate, file]
|
||||
# files: .py$
|
||||
#
|
||||
# - repo: https://gitlab.com/pycqa/flake8
|
||||
# rev: '3.7.9'
|
||||
# hooks:
|
||||
|
|
Loading…
Reference in New Issue