forked from deepchecks/deepchecks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc_fix.yaml
35 lines (33 loc) · 1.02 KB
/
.licenserc_fix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
header:
license:
spdx-id: AGPL-3.0-only
copyright-owner: Deepchecks
content: |
----------------------------------------------------------------------------
Copyright (C) 2021 Deepchecks (https://www.deepchecks.com)
This file is part of Deepchecks.
Deepchecks is distributed under the terms of the GNU Affero General
Public License (version 3 or later).
You should have received a copy of the GNU Affero General Public License
along with Deepchecks. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
paths:
- '**'
paths-ignore:
- '**/*.ipynb'
- '.pylintrc'
- 'LICENSE'
- 'VERSION'
- 'deepchecks.egg-info/PKG-INFO'
- 'makefile'
- 'examples/'
- 'docs/'
- 'deepchecks/ppscore.py'
- '.projectignore'
- 'MANIFEST.in'
- '.github/ISSUE_TEMPLATE/'
- '.github/pull_request_template.md'
comment: on-failure
dependency:
files:
- requirements.txt