Skip to content

Commit

Permalink
Merge pull request #82 from TUDelftGeodesy/copyright-text-in-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rogerkuou authored Oct 15, 2024
2 parents e558af8 + dcb1900 commit 91b28cf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.4
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ For more information on usage and examples of STMTools, please refer to the [doc
[1] Bruna, M. F. D., van Leijen, F. J., & Hanssen, R. F. (2021). A Generic Storage Method for Coherent Scatterers and Their Contextual Attributes. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS: Proceedings (pp. 1970-1973). [9553453] (International Geoscience and Remote Sensing Symposium (IGARSS); Vol. 2021-July). IEEE . https://doi.org/10.1109/IGARSS47720.2021.9553453

[2] van Leijen, F. J., van der Marel, H., & Hanssen, R. F. (2021). Towards the Integrated Processing of Geodetic Data. In 2021 IEEE International Geoscience and Remote Sensing Symposium IGARSS: Proceedings (pp. 3995-3998). [9554887] IEEE . https://doi.org/10.1109/IGARSS47720.2021.9554887

## License

Copyright (c) 2022 - 2025, Netherlands eScience Center & Delft University of Technology

Apache Software License 2.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dev = [
"pytest-cov",
"pycodestyle",
"ruff",
"pre-commit",
]
docs = [
"mkdocs",
Expand Down

0 comments on commit 91b28cf

Please sign in to comment.