-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
420e765
commit 0ba5bcb
Showing
6 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Changes here will be overwritten by Copier | ||
_commit: v1.4.4 | ||
_commit: v1.4.6 | ||
_src_path: gh:lincc-frameworks/python-project-template | ||
author_email: [email protected] | ||
author_name: LINCC Frameworks | ||
|
@@ -14,5 +14,4 @@ preferred_linter: pylint | |
project_license: BSD | ||
project_name: hipscat-import | ||
project_organization: astronomy-commons | ||
use_gitlfs: none | ||
use_isort: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
node: $Format:%H$ | ||
node-date: $Format:%cI$ | ||
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ | ||
ref-names: $Format:%D$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# For explanation of this file and uses see | ||
# https://git-scm.com/docs/gitattributes | ||
# https://developer.lsst.io/git/git-lfs.html#using-git-lfs-enabled-repositories | ||
# https://lincc-ppt.readthedocs.io/en/latest/practices/git-lfs.html | ||
# | ||
# Used by https://github.com/lsst/afwdata.git | ||
# *.boost filter=lfs diff=lfs merge=lfs -text | ||
# *.dat filter=lfs diff=lfs merge=lfs -text | ||
# *.fits filter=lfs diff=lfs merge=lfs -text | ||
# *.gz filter=lfs diff=lfs merge=lfs -text | ||
# | ||
# apache parquet files | ||
# *.parq filter=lfs diff=lfs merge=lfs -text | ||
# | ||
# sqlite files | ||
# *.sqlite3 filter=lfs diff=lfs merge=lfs -text | ||
# | ||
# gzip files | ||
# *.gz filter=lfs diff=lfs merge=lfs -text | ||
# | ||
# png image files | ||
# *.png filter=lfs diff=lfs merge=lfs -text | ||
|
||
.git_archival.txt export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,3 @@ nbsphinx | |
ipython | ||
jupytext | ||
jupyter | ||
matplotlib | ||
numpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters