Skip to content
Avatar

Highlights

Block or Report

Block or report sobolevn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A curated list of cryptography resources and links.

    3.9k 505

  2. git-secret Public

    👥 A bash-tool to store your private data inside a git repository.

    Shell 3k 180

  3. Minimalistic zsh theme inspired by the old-fashioned hobbies

    Shell 114 21

  4. dotfiles Public

    dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir

    Shell 513 64

3,051 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

August 2022

Created a pull request in python/typeshed that received 34 comments

Improve dict's constructor type

This is quite hard. So, let me explain. Right now when doing something like this: from typing import Iterable, Tuple x1: Iterable[Tuple[str, bool]] r…

+67 −6 34 comments
Opened 41 other pull requests in 7 repositories
python/mypy 14 merged 4 open 1 closed
python/typeshed 2 open 15 merged
typeddjango/pytest-mypy-plugins 1 merged
pre-commit/pre-commit 1 closed
typeddjango/django-stubs 1 open
python/cpython 1 open
nipunn1313/mypy-protobuf 1 merged
Reviewed 43 pull requests in 8 repositories
python/mypy 20 pull requests
typeddjango/django-stubs 10 pull requests
python/typeshed 7 pull requests
dry-python/returns 2 pull requests
conda-forge/pytest-mypy-plugins-feedstock 1 pull request
wemake-services/django-test-migrations 1 pull request
wemake-services/kira-dependencies 1 pull request
sobolevn/sobolevn.github.io 1 pull request

Created an issue in python/mypy that received 16 comments

Add --warn-needless-override option to stubtest

Feature Imagine this file with implementation: class A: def do_some(self) -> None: print('A') class B(A): def do_some(self) -> None: print('B') Aut…

16 comments

Seeing something unexpected? Take a look at the GitHub profile guide.