Pinned Repositories
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.
astpretty
Pretty print the output of python stdlib `ast.parse`.
babi
a text editor
dead
dead simple python dead code detection
detect-test-pollution
a tool to detect test pollution
git-code-debt
A dashboard for monitoring code debt in a git repository.
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
yesqa
Automatically remove unnecessary `# noqa` comments
asottile's Repositories
asottile/pyupgrade
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
asottile/reorder-python-imports
Rewrites source to reorder python imports
asottile/git-code-debt
A dashboard for monitoring code debt in a git repository.
asottile/all-repos
Clone all your repositories and apply sweeping changes.
asottile/babi
a text editor
asottile/add-trailing-comma
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
asottile/dead
dead simple python dead code detection
asottile/astpretty
Pretty print the output of python stdlib `ast.parse`.
asottile/detect-test-pollution
a tool to detect test pollution
asottile/scratch
Haphazard things.
asottile/importtime-waterfall
Generate waterfalls from `-Ximporttime` tracing.
asottile/gh-perf-review
hackety tool to view github PRs for a period
asottile/re-assert
show where your regex match assertion failed!
asottile/covdefaults
A coverage plugin to provide sensible default settings
asottile/flake8-typing-imports
flake8 plugin which checks that typing imports are properly guarded
asottile/cfgv
Validate configuration and produce human readable error messages
asottile/nintendo-microcontrollers
control various nintendo consoles with arduino!
asottile/classify-imports
Utilities for refactoring imports in python-like syntax.
asottile/awshelp
awshelp forwards arguments to `aws` unless `-h` or `--help` are present
asottile/onigurumacffi
python cffi bindings for the oniguruma regex engine
asottile/personal-puppet
serverless puppet to manage my machines
asottile/babi-grammars
pip installable package to provide syntax grammars for babi
asottile/rubyvenv
Create no-hassle ruby "virtualenvs". No .bashrc, no shims, no cd-magic.
asottile/pygments-pre-commit
A pygments lexer for pre-commit output.
asottile/asottile.github.io
asottile/hiera-eyaml-sshagent
A hiera-eyaml plugin which uses the ssh agent connected to `SSH_AUTH_SOCK` to encrypt / decrypt values.
asottile/markdown-code-blocks
Generate html from markdown with code-block highlighting
asottile/itl
asottile/MagicPython
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
asottile/mypy
Optional static typing for Python