diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d66e461..92bfc0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: types: [shell] - id: insert-license files: .*\.py$ - exclude: ^(docs/.*\.py|tests/.*\.py)$ + exclude: ^(setup\.py|docs/.*\.py|tests/.*\.py)$ args: - --license-filepath - .spdx-license-header.txt diff --git a/setup.py b/setup.py index 8c1abda..42e5a1d 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -# SPDX-FileCopyrightText: 2021-2024 MTS (Mobile Telesystems) -# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations import os