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,551 contributions in the last year
Less
More
Activity overview
Contributed to
PyCQA/flake8,
anthonywritescode/explains,
anthonywritescode/thumbnails
and 5 other
repositories
Contribution activity
January 2022
Created 550 commits in 85 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 60 repositories not shown
Created 2 repositories
- asottile/sphinx Python
- asottile/virtualenv Python
Created a pull request in PyCQA/flake8 that received 4 comments
remove slow debug() log
flake8 spends ~5-6% of flake8 -j1 src on this line
personally I don't use any of the debug(...) logging information and prefer to use pdb myself. …
+0
−1
•
4
comments
Opened 148 other pull requests in 56 repositories
PyCQA/flake8
1
open
27
merged
- pregenerate the pycodestyle plugin to avoid call overhead
- include the file path in the plugin execution error
- upgrade mccabe to 0.7.0
- remove function made unused by off_by_default refactor
- remove unused parameter from make_formatter
- change keyword_arguments_for so it does not modify and return
- remove triple logged stacktrace on unknown plugin args
-
remove
log_tokenandEXTRA_VERBOSE - use the actual line contents when processing physical lines
- add a --require-plugins option
- always use UTF-8 encoding when reading configuration
- update feature issue form
- combine local_plugin_paths and parse_plugin_options
- slightly improve unknown parameter error
- fix docs build
- switch from issue templates to issue forms
- refactor plugin loading options to prepare for --require-plugins
- simplify a bit of code in style_guide.py
- fix docs build
- use tokenize.TokenInfo instead of _Token alias
- use type hints instead of :type and :rtype
- break type checking cycles
- use typesafe NamedTuple
- type the rest of the legacy api
- type api.legacy.Report
- Some pull requests not shown.
asottile/reorder_python_imports
5
merged
pre-commit/pre-commit-hooks
4
merged
pre-commit/pre-commit
4
merged
asottile/ukkonen
3
merged
pre-commit/identify
3
merged
asottile/tokenize-rt
3
merged
asottile/rubyvenv
3
merged
asottile/pyupgrade
3
merged
asottile/pygments-pytest
3
merged
asottile/git-code-debt
3
merged
asottile/flake8-typing-imports
3
merged
asottile/css-explore
3
merged
asottile/covdefaults
3
merged
asottile/babi-grammars
3
merged
asottile/aspy.refactor_imports
3
merged
asottile/all-repos-depends
3
merged
asottile/all-repos
3
merged
asottile/add-trailing-comma
3
merged
asottile/cheetah_lint
3
merged
Yelp/yelp_cheetah
3
merged
pre-commit-ci/runner-image
3
merged
pre-commit-ci/pre-commit-ci-config
2
merged
asottile/babi
2
merged
asottile/awshelp
2
merged
31
repositories not shown
Reviewed 47 pull requests in 18 repositories
pre-commit/pre-commit.com
7 pull requests
asottile/babi-grammars
6 pull requests
anthonywritescode/twitch-chat-bot
6 pull requests
anthonywritescode/explains
4 pull requests
pytest-dev/pytest
4 pull requests
pre-commit/identify
4 pull requests
asottile/babi
3 pull requests
pre-commit/pre-commit
2 pull requests
tox-dev/tox
2 pull requests
asottile/aspy.refactor_imports
1 pull request
conda-forge/staged-recipes
1 pull request
pre-commit-ci/runner-image
1 pull request
PyCQA/flake8
1 pull request
asottile/recipes
1 pull request
asottile/pyupgrade
1 pull request
pre-commit/pygrep-hooks
1 pull request
PyCQA/pycodestyle
1 pull request
asottile/all-repos
1 pull request
Created an issue in asottile/reorder_python_imports that received 2 comments
from __future__ import ... and import __future__ should not sort the same
this currently sorts incorrectly breaking the file: from __future__ import annotations import __future__
2
comments