Commit 950f9dc
authored
ci: Add a check for open source licenses (#184)
# Summary
Uses [licensecheck](https://github.com/FHPythonUtils/LicenseCheck) to
make sure that all dependencies are compatible with our own licence.
# Changes
* Add `licensecheck` to dev dependencies.
* Add Step in CI.
* Also adds a fallback version in `hatch-vcs`, which should resolve an
issue where dependabot fails to run correctly.1 parent 221ff52 commit 950f9dc
3 files changed
Lines changed: 197 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
0 commit comments