Highlights
- Developer Program Member
- 4 discussions answered
Block or Report
Block or report asottile
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
add-trailing-comma Public
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
8,472 contributions in the last year
Less
More
Activity overview
Contributed to
PyCQA/flake8,
anthonywritescode/explains,
anthonywritescode/thumbnails
and 5 other
repositories
Contribution activity
March 2022
Created 432 commits in 95 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 70 repositories not shown
Created 2 repositories
- asottile/virtualenv Python
- asottile/typeshed Python
Created a pull request in python/typeshed that received 25 comments
Opened 113 other pull requests in 79 repositories
asottile/babi
15
merged
- simplify building of _file_hls
- adjust scroll amount logic to not be based on component position
- fix redoing of reload causing out of bounds
- remove cbreak() it's not needed since we use raw() mode
- fix memory leak in :retheme
- remove concept of highlight factories
- improve buffer callbacks
- remove unneeded gitignore lines
- fix retheme leaking color manager
- refactor Margin to Layout to prepare for more modules
- rename reload_handler to retheme_handler
- add json trailing comma support to download-theme
- use a asottile-vscode-dark theme when none is configured
- add :retheme and SIGUSR1 handler to reload theme
- remove run_only_tmux, I forgot about runner.run(...)
asottile/reorder_python_imports
8
merged
- remove _get_steps now that it's not needed
- remove unneeded gitignore lines
- improve performance by avoiding NodeVisitor
- improve tokenize performance on python<3.10
- remove deprecated features
- remove hooks.yaml (pre-commit 0)
- limit version of aspy.refactor_imports for future feature removal
- require new aspy.refactor_imports to force distutils classification
asottile/aspy.refactor_imports
4
merged
bukzor/RefactorLib
4
merged
asottile/cheetah_lint
3
merged
pre-commit-ci/pre-commit.ci
3
merged
PyCQA/flake8
2
merged
asottile/azure-pipeline-templates
2
merged
sass/libsass-python
2
merged
pre-commit-ci/runner-image
1
merged
Homebrew/homebrew-core
1
closed
pypa/virtualenv
1
merged
shellcheck-py/shellcheck-py
1
merged
pre-commit/pygrep-hooks
1
merged
pre-commit/pre-commit.com
1
merged
pre-commit/pre-commit-mirror-maker
1
merged
pre-commit/pre-commit-hooks
1
merged
pre-commit/pre-commit
1
merged
pre-commit/identify
1
merged
pre-commit/action
1
merged
pre-commit-ci/pre-commit-ci-config
1
merged
ksamuel/pythonbinary
1
closed
deadsnakes/runbooks
1
merged
deadsnakes/nightly
1
merged
chriskuehl/pygments-ansi-color
1
merged
54
repositories not shown
Reviewed 39 pull requests in 16 repositories
asottile/babi-grammars
8 pull requests
anthonywritescode/explains
7 pull requests
pre-commit/pre-commit.com
6 pull requests
pre-commit/pre-commit
4 pull requests
asottile/babi
2 pull requests
asottile/all-repos
2 pull requests
pre-commit/identify
1 pull request
anthonywritescode/twitch-chat-bot
1 pull request
chriskuehl/dumb-pypi
1 pull request
asottile/detect-test-pollution
1 pull request
PyCQA/pycodestyle
1 pull request
asottile/pyupgrade
1 pull request
PyCQA/flake8
1 pull request
pytest-dev/pytest
1 pull request
tox-dev/tox
1 pull request
pre-commit/pygrep-hooks
1 pull request
Created an issue in python/mypy that received 1 comment
variable annotated as tuple[SomeProtocol, ...] loses protocol information on assignment
Bug Report
re-assigning of a variable which is annotated with tuple[P, ...] loses its typing (it becomes Tuple[The, Concrete, Classes]) which break…
1
comment