From c11731a9b066079155d343148fccf1427e5cb6b3 Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Wed, 16 Nov 2022 13:29:49 +0000 Subject: [PATCH] remove license additions from pre-commit hooks --- .nucypher-license | 14 -------------- .pre-commit-config.yaml | 15 --------------- 2 files changed, 29 deletions(-) delete mode 100644 .nucypher-license diff --git a/.nucypher-license b/.nucypher-license deleted file mode 100644 index 3ddecb629..000000000 --- a/.nucypher-license +++ /dev/null @@ -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 . diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3cfd4409b..3cc179af3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: