From a4bfd0b12ee63b33e082569cc3feb131ed140e34 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 3 May 2023 16:44:11 +0200 Subject: [PATCH 1/5] Delete .stickler.yml --- .stickler.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .stickler.yml diff --git a/.stickler.yml b/.stickler.yml deleted file mode 100644 index 1ddf168f37..0000000000 --- a/.stickler.yml +++ /dev/null @@ -1,8 +0,0 @@ -linters: - flake8: - python: 3 - max-line-length: 79 - ignore: E201,E241,E226,W503,W504 -files: - ignore: - - 'pvlib/version.py' From cbfb70fcfed4fb358522f9705d7f80e6d553c36e Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 3 May 2023 16:45:44 +0200 Subject: [PATCH 2/5] Update MANIFEST.in --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index aa31750223..0ec63fbc56 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -19,7 +19,6 @@ global-exclude \#* global-exclude .ipynb_checkpoints exclude .coveragerc -exclude .stickler.yml exclude codecov.yml exclude readthedocs.yml exclude CODE_OF_CONDUCT.md From 07d910126bce43ecde5dc9520bc342dac33281d3 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 3 May 2023 16:48:17 +0200 Subject: [PATCH 3/5] Update v0.9.6.rst --- docs/sphinx/source/whatsnew/v0.9.6.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.6.rst b/docs/sphinx/source/whatsnew/v0.9.6.rst index f21fe80ac6..f5db819660 100644 --- a/docs/sphinx/source/whatsnew/v0.9.6.rst +++ b/docs/sphinx/source/whatsnew/v0.9.6.rst @@ -19,7 +19,8 @@ Bug fixes Testing ~~~~~~~ - +* Removed Stickler-CI integration as the service has ceased operation. + (:issue:`1722`, :pull:`1723`) Documentation ~~~~~~~~~~~~~ From 16bd88688ebc66b6ef1ac9adb040f6f01b327788 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Thu, 13 Jul 2023 02:18:07 +0200 Subject: [PATCH 4/5] Update v0.10.2.rst --- docs/sphinx/source/whatsnew/v0.10.2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index f95f0bd93d..ad096e3ce7 100644 --- a/docs/sphinx/source/whatsnew/v0.10.2.rst +++ b/docs/sphinx/source/whatsnew/v0.10.2.rst @@ -27,7 +27,8 @@ Testing Documentation ~~~~~~~~~~~~~ - +* Removed Stickler-CI integration as the service has ceased operation. + (:issue:`1722`, :pull:`1723`) Requirements ~~~~~~~~~~~~ From d2e4127d27d1704ac8735e85b4d05239ee6a4774 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Thu, 13 Jul 2023 02:18:30 +0200 Subject: [PATCH 5/5] Update v0.10.2.rst --- docs/sphinx/source/whatsnew/v0.10.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index ad096e3ce7..93dc230d15 100644 --- a/docs/sphinx/source/whatsnew/v0.10.2.rst +++ b/docs/sphinx/source/whatsnew/v0.10.2.rst @@ -27,7 +27,7 @@ Testing Documentation ~~~~~~~~~~~~~ -* Removed Stickler-CI integration as the service has ceased operation. +* Removed Stickler-CI integration as the service has ceased June 2023. (:issue:`1722`, :pull:`1723`) Requirements