Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Deprecate pydocstyle in favor of ruff (#658)
Browse files Browse the repository at this point in the history
Over the last couple of years, I have been the sole maintainer of pydocstyle. During the last year, we made a call for maintainers but we're unsuccessful in finding appropriate maintainers. Given the emergence of ruff and it's features, it's hard to justify the continued maintenance of pydocstyle. After a conversation with @Nurdok we both agree it's time to archive the project in favor of ruff.
  • Loading branch information
sambhav authored Nov 3, 2023
1 parent f78f194 commit 8d0cdfc
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
pydocstyle - docstring style checker
====================================

======================================
Deprecation Notice: Pydocstyle
======================================

.. IMPORTANT: Deprecation Notice
:style: alert
.. image:: https://img.shields.io/badge/deprecated-red
:target: https://github.com/PyCQA/pydocstyle
:alt: Deprecated

The Pydocstyle project is officially deprecated, and it is no longer actively maintained.



Ruff: A Modern Alternative
--------------------------

- **GitHub Repository:** `ruff <https://github.com/astral-sh/ruff>`_

Ruff offers full parity with pydocstyle along with advanced features, better support for the latest Python versions, and ongoing development to ensure a top-notch linting experience. We highly recommend pydocstyle users to switch over to ruff for a seamless transition.


A Heartfelt Thank You
-----------------------

We want to express our heartfelt gratitude to the pydocstyle community, maintainers, and contributors for their support and dedication over the years. Your contributions have been invaluable, and we appreciate the time and effort you've invested in making pydocstyle a valuable tool for the Python community.

Thank you for your support of pydocstyle in the past.



---------



.. image:: https://github.com/PyCQA/pydocstyle/workflows/Run%20tests/badge.svg
:target: https://github.com/PyCQA/pydocstyle/actions?query=workflow%3A%22Run+tests%22+branch%3Amaster
Expand Down

0 comments on commit 8d0cdfc

Please sign in to comment.