Skip to content

Commit

Permalink
[DOP-3161] Automatically add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Feb 2, 2024
1 parent 72045f6 commit 24a3bf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# SPDX-FileCopyrightText: 2021-2024 MTS (Mobile Telesystems)
# SPDX-License-Identifier: Apache-2.0
from __future__ import annotations

import os
Expand Down

0 comments on commit 24a3bf8

Please sign in to comment.