Highlights
- Developer Program Member
- 4 discussions answered
Popular repositories
8,401 contributions in the last year
Less
More
Activity overview
Contributed to
PyCQA/flake8,
anthonywritescode/explains,
anthonywritescode/thumbnails
and 5 other
repositories
Contribution activity
October 2021
Created 467 commits in 95 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 70 repositories not shown
Created 5 repositories
- asottile/yelp_cheetah Python
- asottile/sqlfluff Python
- asottile/pystan Python
- asottile/palettable Python
- asottile/pytest-timeout Python
Created a pull request in stan-dev/pystan that received 5 comments
Add runtime dependency on setuptools
pystan imports pkg_resources (provided by setuptools): pystan/stan/plugins.py Line 4 in 50670e4
an alternative implementation would be t…
+1
−0
•
5
comments
Opened 110 other pull requests in 72 repositories
asottile/tokenize-rt
5
merged
PyCQA/flake8
5
merged
pre-commit/pre-commit
4
merged
asottile/future-annotations
3
merged
Yelp/yelp_cheetah
3
merged
asottile/yesqa
3
merged
asottile/add-trailing-comma
3
merged
PyCQA/pycodestyle
3
merged
sass/libsass-python
2
merged
pre-commit/identify
2
merged
pre-commit-ci/runner-image
2
merged
asottile/t
2
merged
asottile/scratch
2
merged
asottile/reorder_python_imports
2
merged
asottile/future-fstrings
2
merged
asottile/flake8-typing-imports
2
merged
asottile/babi
2
merged
asottile/azure-pipeline-templates
2
merged
asottile/api-gateway-v2-to-wsgi
2
merged
asottile/all-repos
2
merged
pre-commit/pre-commit.com
2
merged
pre-commit/pre-commit-mirror-maker
2
merged
pre-commit/pre-commit-hooks
2
merged
asottile/setup-cfg-fmt
2
merged
anthonywritescode/explains
1
closed
1
merged
47
repositories not shown
Reviewed 42 pull requests in 16 repositories
anthonywritescode/explains
8 pull requests
PyCQA/pycodestyle
6 pull requests
pre-commit/pre-commit-hooks
5 pull requests
PyCQA/flake8
5 pull requests
pre-commit/pre-commit.com
3 pull requests
pre-commit/identify
2 pull requests
pre-commit/pre-commit
2 pull requests
pre-commit/mirrors-clang-format
2 pull requests
pytest-dev/pytest
2 pull requests
Julian/jsonschema
1 pull request
Yelp/dumb-init
1 pull request
pre-commit/mirrors-mypy
1 pull request
asottile/babi
1 pull request
pre-commit/mirrors-yapf
1 pull request
PyCQA/pyflakes
1 pull request
pre-commit/pre-commit-mirror-maker
1 pull request
Created an issue in PyCQA/pycodestyle that received 5 comments
E275: whitespace after annotated match variable (2.8.0 release blocker)
this code was previously ok, but is now triggering E275 on the match line:
class Found(NamedTuple): y: int match: Match[str]
5
comments