Highlights
- Developer Program Member
- 4 discussions answered
Popular repositories
7,963 contributions in the last year
Less
More
Activity overview
Contributed to
PyCQA/flake8,
anthonywritescode/explains,
anthonywritescode/thumbnails
and 5 other
repositories
Contribution activity
July 2021
Created 353 commits in 78 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 53 repositories not shown
Created 2 repositories
- asottile/nltk Python
- asottile/docker-py Python
Created a pull request in pytest-dev/pytest that received 5 comments
Remove upper pinning on tomli
the best practice is to only < when you know something is broken, and even then prefer != assuming it will be fixed upstream for maximum compatibility
+1
−1
•
5
comments
Opened 10 other pull requests in 7 repositories
pre-commit-ci/runner-image
4
merged
asottile/reorder_python_imports
1
merged
nltk/nltk
1
merged
anthonywritescode/explains
1
merged
asottile/rubyvenv
1
merged
pre-commit/pre-commit-hooks
1
merged
docker/docker-py
1
merged
Reviewed 31 pull requests in 12 repositories
asottile/pyupgrade 11 pull requests
- fix bug in merge dicts: look for comma backwards
- replace type(''), type(b''), and type(0) with str, bytes, and int
- rewrite six.moves.range
- Rewrite lru_cache with maxsize=None and typed=False
- dont do generator rewrite if list comp contains await
- async generator breakage
- Fix etree heading, non-breaking space to space
- f"wat".encode("utf-8") can also be rewritten to remove the encoding
- Upgrade to f-string get broken for Py3.6 in case await keyword is in
- fix six.with_metaclass and trailing commas
- rewrite cElementTree to ElementTree
anthonywritescode/twitch-chat-bot 4 pull requests
pre-commit/pre-commit-hooks 3 pull requests
tox-dev/tox 3 pull requests
pre-commit/pre-commit.com 2 pull requests
anthonywritescode/explains 2 pull requests
asottile/all-repos 1 pull request
pre-commit/identify 1 pull request
PyCQA/pycodestyle 1 pull request
pytest-dev/pytest 1 pull request
deadsnakes/action 1 pull request
pre-commit/pre-commit 1 pull request
Created an issue in containers/podman that received 7 comments
\t in --format does not preserve tab character
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When using \t in a --format (such as with podman h…
7
comments