Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
git-code-debt
A dashboard for monitoring code debt in a git repository.
-
future-fstrings
A backport of fstrings to python<3.6
-
pyupgrade
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
-
reorder_python_imports
Rewrites source to reorder python imports
-
add-trailing-comma
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
-
all-repos
Clone all your repositories and apply sweeping changes.
5,303 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in PyCQA/pyflakes that received 5 comments
namespace pyflakes's node monkeypatches
See https://gitlab.com/pycqa/flake8/issues/536 for full explanation
Basically bandit also monkeypatches astnode.parent which confuses pyflakes. Thi…