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,596 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
- 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
- Update sphinx to 3.2.1
- Update flake8 to 3.8.4
- Bump hypothesis from 5.36.1 to 5.36.2
- Add information about attributes for WPS 414
- Update summary strings for conciseness.
- Bump ipdb from 0.13.3 to 0.13.4
- Forbid useless `%` and `^` operations
- Update wps329 docs
- allow __call__ to be asynchronous
- 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
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
- 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