Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,575 contributions in the last year
Activity overview
Contribution activity
October 2020
- sobolevn/firecracker-microvm.github.io CSS
- sobolevn/django-read-only Python
- sobolevn/fastdiff Python
Created a pull request in dry-python/returns that received 3 comments
- Fix #1689: lambda in loop false positive WPS426
- Typos fix by misspell-fixer
- Add python3.9 to the test matrix
- Issue 1025
- [1248] Implement ForbiddenInlineIgnoreViolation
- Issue #1160
- Fix WPS323 false positive thrown when using some psycopg2 and datetime functions
- Fix typo
- Improve given_function_called
- Consistency spelling and grammar
- Complexity spelling and grammar
- Best practices grammar and spelling
- introduce violation WPS358
- Add test statement correction
- grammar/spelling fixes
- Updating docstring style in darglint
- Fix false positive in WPS513
- Bump sphinx-autodoc-typehints from 1.11.0 to 1.11.1 in /docs
- Forbid assigning to a slice #1629
- Check for `self.generic_visit(node)` being called in AST visitors.
- WPS531: Forbid just returning a boolean constant in `if` statements
- Forbid using `float("NaN")`.
- Ignore some strings while calculating string constant overuse
- Forbid non-trivial expressions as an argument to (#1599)
- Update to poetry@1.1
- Some pull request reviews not shown.
- Bump flake8-pyi from 20.5.0 to 20.10.0
- Bump hypothesis from 5.37.1 to 5.37.3 in /docs
- Methods Documentation
- Test that `Fold` methods are recursion safe
- Sets documentation theme color attribute
- Renames property `empty` to `no_args` of `ReaderLike2` and `ReaderLike3` interfaces
- Bumps `mypy` from 0.782 to 0.790
- Bump hypothesis from 5.37.0 to 5.37.1
- Bump hypothesis from 5.37.0 to 5.37.1 in /docs
- Bump pytest from 6.1.0 to 6.1.1 in /docs
- Added __repr__ in BaseContainer class
- Add a hypothesis test case with an expected failure
- Allows `cond` HKT method & pointfree to work with `SingleFailableN`
- updated throttling
- Made types less specific
- made serializer typings simpler
- Add Python3.9 support
- added changelog
- updated package setup
- Updated package setup
- Sync, update and debug against DRF
- WIP: Add testing against DRF
- Sync missing stubs and data with DRF 3.12.1
- updated mypy, dev requirements and contributing.md
- get_url implementation might return None
- Fix permissions, fixes #37
- Fix #224 add paths in mypy's mypy_path option for import discovery
- Allow overridable checks to be CheckMessage
- user parameter for login accepts None
- correct the type signature of AbstractBaseUser.set_password
- Fix typos and grammar in readme
- Use more specific base classes in model exceptions
- Add algorithm parameter
- fix mypy version < to <=
- Package setup update
- Missing stubs
- renderer = BaseRenderer instead of EngineMixin in Widget.render()
Created an issue in wemake-services/wemake-python-styleguide that received 12 comments
Return the boolean condition directly without using `if`
Rule request Thesis We need to track: if cond: return True # or False else: return False # or True and: if cond: return True # or False return False
- Make `_Nothing.__new__` a real singleton
- Incorrect example in FutureResult
- Swappable should be a separate interfaces, not BiMappable
- Move several examples from the docs to tests and then `literalinclude` them
- `.swap` method should be a part of `BiMappable`
- `.from_*` methods must return `Any` in places where type is not known
- Rename several interfaces to follow our naming pattern
- Make `assert_equal` a part of our `pytest` plugin
- Make `_ReturnsAsserts` class of our pytest plugin public and fully typed
- Some containers still do have `__str__` defined and not `__repr__`
- Support python3.9
- Add "Quickstart" guide
- Missing `methods` module docs
- `@kinded` and `@overload` does not work together