Pinned
2,833 contributions in the last year
Less
More
Activity overview
Contributed to
dry-python/returns,
wemake-services/wemake-python-styleguide,
wemake-services/wemake-django-template
and 5 other
repositories
Contribution activity
July 2021
Created 28 commits in 11 repositories
Created 1 repository
- sobolevn/phantom-types Python
Created a pull request in antonagestam/phantom-types that received 7 comments
Opened 14 other pull requests in 6 repositories
dry-python/classes
1
open
5
merged
python/mypy
2
merged
1
open
typeddjango/django-stubs
2
merged
dry-python/returns
1
merged
pytest-dev/pytest-randomly
1
merged
antonagestam/phantom-types
1
merged
Reviewed 33 pull requests in 13 repositories
wemake-services/wemake-python-styleguide 11 pull requests
- Simplify conditional into return statement
- Replace if statement with if expression
- Convert for loops into dict or list comprehensions
- Replace if statement with if expression
- Issue 2064
- Fix link to "Boy scout rule"
- Bump pep8-naming from 0.11.1 to 0.12.0
- Bump sphinx from 4.0.2 to 4.0.3
- Bump importlib-metadata from 4.6.0 to 4.6.1
- Bump hypothesis from 6.14.0 to 6.14.1
-
Fix
StaticMethodViolationSee alsolink
typeddjango/django-stubs 9 pull requests
- Add end-of-file-fixer hook to pre-commit
- QuerySet.annotate improvements
- fix(BaseCache): corrected return type of get_many func
- fix CursorWrapper __iter__ method
- chore: remove excess # type: ignore comments in _ValuesQuerySet
- Add more method signatures for _ValuesQuerySet
- chore: remove unused class stubs from query.pyi
- Add distinct, order_by and all method signatures for _ValuesQuerySet
-
Use
Sequenceinstead ofListforpathparam
typeddjango/djangorestframework-stubs 3 pull requests
sobolevn/django-split-settings 1 pull request
wemake-services/wemake-django-template 1 pull request
antonagestam/phantom-types 1 pull request
sobolevn/awesome-cryptography 1 pull request
wemake-services/wemake-python-package 1 pull request
python/mypy 1 pull request
dry-python/returns 1 pull request
sobolevn/git-secret 1 pull request
wemake-services/dotenv-linter 1 pull request
wemake-services/kira-dependencies 1 pull request
Created an issue in antonagestam/phantom-types that received 10 comments
Reintroduce support for Python 3.7
Hi! A quick question:
Why have you dropped python3.7 support in this commit c0817ed ?
Looks like python3.7 was supported not a long time ago: c2e6d37
10
comments
Opened 16 other issues in 1 repository
dry-python/classes
6
open
10
closed
-
Use
_promoteinstead ofmrohacking - Refactor validators
- Fix how tuples of concrete sizes work
-
Should we be able to annotate
instanceasdelegatetype? - Add PR / issue templates
- All tests must be annotated
-
Invalid revealed type for
ABCusage -
Make
is_protocoloptional for protocols -
Raise exception when
delegateandis_protocolare used together - Make sure that cache works with concrete generics
-
Check that
delegatecan only be used with concrete generics -
Multiple
Supportsare not added to a single type -
Support types with custom
__instancecheck__method -
Check that
AssociatedTypecan be used with typevars only -
Check that
AssociatedTypetype vars are not bound / do not have values -
Check that first
typeclassargument is positional