From 27bb4e5d3fc16a6b7289bd6c659696334e59c324 Mon Sep 17 00:00:00 2001 From: "Adam R. Jensen" <39184289+AdamRJensen@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:10:33 +0200 Subject: [PATCH] Remove Stickler-CI integration files (#1723) * Delete .stickler.yml * Update MANIFEST.in * Update v0.9.6.rst * Update v0.10.2.rst * Update v0.10.2.rst --- .stickler.yml | 8 -------- MANIFEST.in | 1 - docs/sphinx/source/whatsnew/v0.10.2.rst | 3 ++- 3 files changed, 2 insertions(+), 10 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' 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 diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index f95f0bd93d..93dc230d15 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 June 2023. + (:issue:`1722`, :pull:`1723`) Requirements ~~~~~~~~~~~~