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 ~~~~~~~~~~~~