-
Updated
Mar 15, 2022 - Python
#
pep8
Here are 113 public repositories matching this topic...
Simple Python style checker in one Python file
A tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Apr 6, 2022 - Python
1
Help Wanted 🙏
Outside help would be appreciated, good for new contributors
good first issue
Friendly and approachable by new contributors
Documentation 📖
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
python
documentation
styleguide
style-guide
python3
python-style
readability
flake8
code-style
codestyle
pep8
-
Updated
Sep 20, 2020
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
stylelint
python
styleguide
static-code-analysis
style-guide
linter
static-analysis
python3
flake8
pep8
hacktoberfest
linter-flake8
complexity-analysis
-
Updated
Apr 6, 2022 - Python
A GitHub
app to automatically review Python code style over Pull Requests
python
bot
review
styleguide
static-code-analysis
github-webhooks
linter
static-analysis
python-style
flake8
pycodestyle
code-style
code-quality
pep8
github-app
-
Updated
Feb 15, 2021 - Python
Naming Convention checker for Python
-
Updated
Jan 23, 2022 - Python
Git pre-receive hook to check commits and code style
python
git
pre-receive-hooks
rubocop
eslint
jscs
git-hook
standard
jshint
flake8
shellcheck
syntax-checker
phpcs
pep8
golint
csslint
htmlhint
puppet-lint
pyflakes
pre-receive
-
Updated
Mar 10, 2022 - Python
Ultimate VIM for Python & Django development. Get the most productivity with autocomplete, linter, pep8 checker and many features to support your Django development
-
Updated
Oct 13, 2012 - Vim script
A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.
-
Updated
Jan 28, 2022 - Python
Python 代码风格指南 & 编程规范
python
style-guide
layout
conventions
naming-conventions
pep8
docstrings
myclass
coding-specification
-
Updated
Jun 3, 2017
Python Scripts on Multithreading. This repo shows us various usage of Python's threading module with different sets of requirements.
-
Updated
Sep 23, 2021 - Python
List of text strings for suppressing inspections in PyCharm
-
Updated
Feb 9, 2022
Python 3 (PEP 8) version of design patterns for humans: https://github.com/kamranahmedse/design-patterns-for-humans
-
Updated
Mar 24, 2019 - Python
A Vim indent plugin for Python which complies with PEP 8
-
Updated
Aug 14, 2021 - Vim script
Alpine-based multistage-build version of pylint for reproducible usage in CI
lint
python
docker
dockerfile
linting
continuous-integration
ci
docker-container
alpine
docker-image
pylint
pep8
multistage
multistage-docker
awesome-ci
-
Updated
Mar 17, 2022 - Makefile
6
Matveyka0192
opened
Oct 8, 2019
bug
Something isn't working
Lebowski
Where are tasks, Lebowski?
good first issue
Good for newcomers
question
Further information is requested
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
GDG Ukraine website, event registration forms.
python
html
sqlalchemy
bower
cherrypy
pre-commit
python-3-6
vagga
event-registration
python-3
gdg
pep8
database-table
gdg-ukraine
blueberrypy
-
Updated
Oct 29, 2017 - Python
The list of the python projects which I made during learning python with Jetbrains Academy.
python
lists
list
string
dictionary
jetbrains
learning-python
boolean
index
comments
python-3
pep8
typecast
tuple
python-project
multilinestring
while-loop
ifelseloop
jetbrains-academy
jetbrains-python
-
Updated
Sep 6, 2020 - Python
Improve this page
Add a description, image, and links to the pep8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pep8 topic, visit your repo's landing page and select "manage topics."


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?