From 463b229f087d1d785542e07404466ae72e2db23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 21:18:18 -0500 Subject: [PATCH 1/9] [GEOPY-1933] also check copyright date in package.rst --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b81073c..5e9b335 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: rev: v1.0.1 hooks: - id: check-copyright - files: (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$ + files: (^package\.rst|^LICENSE|^README(|-dev)\.rst|\.py|\.pyi)$ exclude: (^\.|^docs/) - id: prepare-commit-msg - id: check-commit-msg From 1d2d6c2e6eb94abeeee191fe1dfef526cae665db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Sun, 12 Jan 2025 21:19:19 -0500 Subject: [PATCH 2/9] [GEOPY-1933] update PyCharm configuration for copyrigths --- .idea/copyright/MiraGeoscience.xml | 4 ++-- .idea/scopes/sources.xml | 4 ++-- .idea/surface-apps.iml | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.idea/copyright/MiraGeoscience.xml b/.idea/copyright/MiraGeoscience.xml index 99351b8..9ac7b3c 100644 --- a/.idea/copyright/MiraGeoscience.xml +++ b/.idea/copyright/MiraGeoscience.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/scopes/sources.xml b/.idea/scopes/sources.xml index 28b68b8..ac894b6 100644 --- a/.idea/scopes/sources.xml +++ b/.idea/scopes/sources.xml @@ -1,3 +1,3 @@ - - + + \ No newline at end of file diff --git a/.idea/surface-apps.iml b/.idea/surface-apps.iml index 292aeb0..5fdd65b 100644 --- a/.idea/surface-apps.iml +++ b/.idea/surface-apps.iml @@ -9,4 +9,7 @@