From ea3f583059e3bf5478879ddbdb0365835d6298c1 Mon Sep 17 00:00:00 2001 From: John 'Warthog9' Hawley Date: Thu, 22 Feb 2024 10:30:24 -0800 Subject: [PATCH] Revert "Add pep8speaks to idea page" This reverts commit 75aa3a6e76c4f712d4341b899764bdfae8b225c2. --- ideas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas.html b/ideas.html index 2101b79..eee2e87 100644 --- a/ideas.html +++ b/ideas.html @@ -557,7 +557,7 @@

-
pep8speaks is an open-source Python tool dedicated to enhancing code quality by automating the enforcement of PEP 8, the official Python style guide. Seamlessly integrating with GitHub, it provides real-time feedback within pull requests, guiding developers to adhere to coding standards. With a customizable configuration and continuous integration support, pep8speaks promotes collaborative development by ensuring a consistent and clean code style across projects. It empowers developers with an efficient tool to automate PEP 8 compliance, maintaining code readability and adherence to best practices in Python code. +
pep8speaks is an open-source Python tool dedicated to enhancing code quality by automating the enforcement of PEP 8, the official Python style guide. Seamlessly integrating with GitHub, it provides real-time feedback within pull requests, guiding developers to adhere to coding standards. With a customizable configuration and continuous integration support, pep8speaks promotes collaborative development by ensuring a consistent and clean code style across projects. It empowers developers with an efficient tool to automate PEP 8 compliance, fostering a culture of readability and adherence to best practices in Python code.

Contact Links