Highlights
- Developer Program Member
- 4 discussions answered
Popular repositories
8,204 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 293 commits in 89 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 64 repositories not shown
Created 4 repositories
- 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 32 other pull requests in 22 repositories
PyCQA/flake8
5
merged
asottile/tokenize-rt
4
merged
PyCQA/pycodestyle
3
merged
pre-commit/pre-commit
2
merged
sqlfluff/sqlfluff
1
merged
jiffyclub/palettable
1
open
asottile/add-trailing-comma
1
merged
pre-commit/pre-commit-hooks
1
merged
asottile/yesqa
1
merged
anthonywritescode/explains
1
merged
asottile/covdefaults
1
merged
pytest-dev/pytest-timeout
1
merged
asottile/future-annotations
1
merged
pre-commit/pre-commit-mirror-maker
1
merged
pre-commit-ci/runner-image
1
merged
PyCQA/pyflakes
1
merged
pre-commit/pre-commit.com
1
merged
asottile/azure-pipeline-templates
1
open
asottile/flake8-typing-imports
1
merged
asottile/setuptools-golang
1
merged
asottile/setup-cfg-fmt
1
merged
pypa/packaging
1
closed
Reviewed 41 pull requests in 16 repositories
anthonywritescode/explains
8 pull requests
PyCQA/pycodestyle
6 pull requests
PyCQA/flake8
5 pull requests
pre-commit/pre-commit-hooks
4 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