The Wayback Machine - https://web.archive.org/web/20220411001611/https://github.com/topics/pep8
Skip to content
#

pep8

Here are 113 public repositories matching this topic...

tushar-deepsource
tushar-deepsource commented Apr 4, 2022

W0402 (deprecated-module) error message says "Uses of a deprecated module 'optparse'".

I think it should say "Use of a deprecated module 'optparse'" instead of "Uses". Either "Use", or "Usage". "Uses" seems grammatically incorrect to me. What do you think?

Help Wanted 🙏 good first issue Documentation 📖
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