Highlights
Block or Report
Block or report sobolevn
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
3,328 contributions in the last year
Less
More
Contribution activity
December 2022
Created 48 commits in 14 repositories
Created 3 repositories
- sobolevn/django-render-block Python
- sobolevn/django-password-reset Python
- sobolevn/covdefaults Python
Created a pull request in python/cpython that received 10 comments
gh-100072: only trigger netlify builds for doc changes
This PR will trigger the netlify build because of netlify.toml change, but hopefully it won't trigger changes anymore for other builds without ./Doc …
+4
−1
•
10
comments
Opened 24 other pull requests in 10 repositories
python/typeshed
5
merged
2
closed
1
open
wemake-services/wemake-django-template
1
open
4
merged
python/cpython
2
open
1
merged
1
closed
wemake-services/coverage-conditional-plugin
1
merged
clokep/django-render-block
1
merged
ton-society/ton-footsteps
1
merged
wemake-services/kira-review
1
merged
brutasse/django-password-reset
1
open
asottile/covdefaults
1
merged
python/mypy
1
merged
Reviewed 31 pull requests in 10 repositories
typeddjango/django-stubs
12 pull requests
- Enhance support for gettext_lazy in AdminSite and ModelAdmin
- Add LANGUAGE_COOKIE_SECURE setting
- [pre-commit.ci] pre-commit autoupdate
- Update to mypy 0.991 for compatible-mypy & CI
- Improve ModelAdmin and decorator hints and, add tests
- [pre-commit.ci] pre-commit autoupdate
- Bump black from 22.10.0 to 22.12.0
- Fix @classproperty decorator
-
Add
clean()toAbstractBaseUser - [pre-commit.ci] pre-commit autoupdate
- Add Django 4.0 trigram word classes
- Fix CI: Update flake8-pyi
python/cpython
7 pull requests
- gh-100268: Add is_integer method to int
-
gh-100357: Convert several functions in
bltinsmoduleto AC - Docs: Don't upload CI artifacts
- gh-99535: Add test for inheritance of annotations and update documentation
-
gh-99957: Add
frozen_defaultparameter ondataclass_transform -
gh-99970 Adding missing
optionflagsparameter in the documentation ofdoctest - gh-99944: remove hardcoded check that op is LOAD_CONST
typeddjango/djangorestframework-stubs
3 pull requests
sobolevn/dotfiles
2 pull requests
wemake-services/wemake-frontend-styleguide
2 pull requests
wemake-services/django-test-migrations
1 pull request
dry-python/classes
1 pull request
python/typeshed
1 pull request
python/mypy
1 pull request
wemake-services/kira-review
1 pull request
Created an issue in python/cpython that received 8 comments
Class is not generic if it extends type[X]
Code sample: >>> from typing import TypeVar >>> X = TypeVar('X') >>> class Subtype(type[X]): ... ... >>> Subtype[int] Traceback (most recent call last
8
comments
Opened 13 other issues in 8 repositories
python/cpython
2
open
3
closed
-
Convert more functions in
bltinsmodule.cto Argument Clinic -
New GitHub warning:
'ERROR': macro redefinition - Netlify builds happen for PRs that do not change docs
- test_capi fails with "Maximum call stack size exceeded" on "wasm32-emscripten node (pthreads) 3.x" buildbot
-
New warnings:
'function': conversion from 'int64_t' to 'int', possible loss of data