Skip to content
#

pep8

Here are 116 public repositories matching this topic...

kasium
kasium commented May 6, 2022

Current problem

According to PEP8, exception class names should end with "Error" if they define an actual exception.
However, pylint doesn't offer such an check.

Desired solution

Add a new naming check which checks if a class extends any known exception class. Then check it's name. Since an exception can also be used as a non-error offer a configuration like a "allow-list" similar to g

Enhancement Help Wanted 🙏 good first issue Optional Checkers
dkess
dkess commented Apr 1, 2019

If a user has a Wordpress website set up and resets their database password, the site becomes completely unusable (even to go into settings and change it). Fixing it requires SSHing in and changing the password in the configuration file.

Luckily, we can automate this with wpcli. The makemysql script should also cd into the public_html folder and run `wp config set DB_PASSWORD newpasswordgoe

Improve this page

Add a description, image, and links to the pep8 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pep8 topic, visit your repo's landing page and select "manage topics."

Learn more