Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

wemake-python-styleguide

The strictest and most opinionated python linter ever!
Collective - Host: opensource - https://opencollective.com/wemake-python-styleguide - Website: https://wemake-python-stylegui.de - Code: https://github.com/wemake-services/wemake-python-styleguide

Bump sphinx from 2.4.1 to 2.4.2 in /docs (#1165)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.1 to 2.4.2.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 1797daafbbde2f7d1ea0c9be89b6680e28fd1b0c authored almost 5 years ago
Separates violations based on version

github.com/wemake-services/wemake-python-styleguide - a415339ed47de3ff03754bddd9b57316f494dfb1 authored almost 5 years ago
Removes all version specific code from noqa.py

github.com/wemake-services/wemake-python-styleguide - bc7bcfdf4a55a90336e74cd25b9257fd28b0874b authored almost 5 years ago
Bump sphinx from 2.4.0 to 2.4.1 in /docs (#1148)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.0 to 2.4.1.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 2c1542454ad76e75b888c828bdab91af9c556398 authored almost 5 years ago
Bump sphinx from 2.3.1 to 2.4.0 in /docs (#1144)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.3.1 to 2.4.0.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 1a0925c52185fcf2515561709874db00fd155142 authored almost 5 years ago
Removes radon and flake-logger-format, closes #1119, closes #1134

github.com/wemake-services/wemake-python-styleguide - 15b60c668e85edef1a1bc64c1e0026c8e6ab7a0b authored almost 5 years ago
lru_cache variable_names_blacklist_from() logic function (#1133)

* make all _ValidatedOptions attributes values immutable

* make _ValidatedOptions class immut...

github.com/wemake-services/wemake-python-styleguide - 398f5bed0e660629a9dbd8da1302d064de3b9cd3 authored almost 5 years ago
Add `__call__` to list of methods that should be on top #1125 (#1129)

* Add `__call__` to list of methods that should be on top #1125

* Fixes variable name

Co-a...

github.com/wemake-services/wemake-python-styleguide - 62d16d6161695a2777dea637fe5046b2dbf16fe7 authored almost 5 years ago
Fix typo: "isisntance" -> "isinstance" (#1131)

github.com/wemake-services/wemake-python-styleguide - 2d1b0798c3ae39e48fb9feec30894b53b6139d80 authored almost 5 years ago
Remove ImplicitTernaryViolation - WPS332 (#1099) (#1126)

We are removing this rule because we found out that it was not
applicable to all cases.

This...

github.com/wemake-services/wemake-python-styleguide - 606db708f6c069f358cfafd4e892124bf59224ab authored about 5 years ago
add WPS356 violation related to unneccessary iterable unpacking (#1124)

* add WPS356 violation related to iterable unpacking

* fix WPS356 violation in statements vis...

github.com/wemake-services/wemake-python-styleguide - 06e94265bc27263b87d58a640a08435bae96d47c authored about 5 years ago
Feature/1096 (#1123)

* Added `local-partial-types` to mypy config

* Adjusted CHANGELOG.md

github.com/wemake-services/wemake-python-styleguide - 66fcc5045770f9e0d4883821b270f9561485d0bf authored about 5 years ago
add new domain names options (#1106)

* add new domain names options

Introduce 2 new options:

+ `--allowed-domain-names` - remov...

github.com/wemake-services/wemake-python-styleguide - 7152d004ac394eeb8190e1f5f7109dc004b5fac4 authored about 5 years ago
extract new violation - WPS450 from WPS436 (#1118)

* extract new violation - WPS450 from WPS436

* apply code review suggestions

* refactor an...

github.com/wemake-services/wemake-python-styleguide - a7408cac55508a677c6e7dc925e2d36fd0d4236f authored about 5 years ago
use abc stdlib module to mark abstract classes (#1122)

* use abc stdlib module to mark abstract classes

* changes after code review

github.com/wemake-services/wemake-python-styleguide - 88756fe5fadba92b4ba34304f1936c29ea4a6d08 authored about 5 years ago
Update poetry version in travis

github.com/wemake-services/wemake-python-styleguide - a810efc818e54d535618bb2e177adf84896012cd authored about 5 years ago
improve boolean non-keyword arguments validation (#1114)

Allow passing booleans as non-keyword argument when it is the only
one passed argument.

github.com/wemake-services/wemake-python-styleguide - 70d4a516f45b2e7d941b48955de8f37158a1a238 authored about 5 years ago
Update pull_request_template.md

github.com/wemake-services/wemake-python-styleguide - b67173e1155c204333d1497b7ba01d48e992634d authored about 5 years ago
Update reviewdog version to v0.9.15 (#1100)

https://github.com/reviewdog/reviewdog/releases/tag/v0.9.15

github.com/wemake-services/wemake-python-styleguide - dbe8116260220e2ee8bcdc441d43fc00f53334c3 authored about 5 years ago
Fix nested-classes-whitelist default value (#1093) (#1094)

github.com/wemake-services/wemake-python-styleguide - 02e423c793de3d390a9ab29ca0c925961964f2d5 authored about 5 years ago
ignore ImplicitYieldFromViolation in async functions (#1091)

github.com/wemake-services/wemake-python-styleguide - f39e87897de89bea1c49d410beb5b1cbaf930807 authored about 5 years ago
Bump sphinx from 2.3.0 to 2.3.1 in /docs (#1089)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.3.0 to 2.3.1.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 117df47b02b725eb6311bf08b6541c7452d3b219 authored about 5 years ago
Update docstring TooLongTryBodyViolation() (#1078)

* Update See also link for TooLongTryBodyViolation()

* Fixed excess whitespaces

github.com/wemake-services/wemake-python-styleguide - 68f00d29c23cc7c5c0092531a270cbbd8717ef65 authored about 5 years ago
Bump sphinx from 2.2.2 to 2.3.0 in /docs (#1073)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.2.2 to 2.3.0.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 671bc3624569b7cb2dde5576e3821160fb9eba04 authored about 5 years ago
Updates readme with better travis badge

github.com/wemake-services/wemake-python-styleguide - 6b24f1f0b31a654c4c790b25ac792dfbc6e190a4 authored about 5 years ago
Bump astor from 0.8.0 to 0.8.1 (#1067)

Bumps [astor](https://github.com/berkerpeksag/astor) from 0.8.0 to 0.8.1.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - 0b7517407d66556a83a6583434d7c6515fce1bdb authored about 5 years ago
Update violation docs for yield from violation. (#1062)

* Update violation docs for yield from violation.

Address issue #1057. Update violation docs ...

github.com/wemake-services/wemake-python-styleguide - a00d4793ae21401e3a1605dd66bad1ec46bbbbe1 authored about 5 years ago
Bump nitpick from 0.21.2 to 0.21.3 (#1064)

Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.21.2 to 0.21.3.
- [Release notes]...

github.com/wemake-services/wemake-python-styleguide - 5c2395adb032e5c46d9b11806b680e5b16fae00b authored about 5 years ago
Bump flake8-isort from 2.7.0 to 2.8.0 (#1055)

Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 2.7.0 to 2.8.0.
- [Release ...

github.com/wemake-services/wemake-python-styleguide - 673a06431f244291f7a0e57998d86f3d1b3a887c authored about 5 years ago
Bump ipdb from 0.12.2 to 0.12.3 (#1053)

Bumps [ipdb](https://github.com/gotcha/ipdb) from 0.12.2 to 0.12.3.
- [Release notes](https://g...

github.com/wemake-services/wemake-python-styleguide - 3f1f7a8c37c28d6ce93a4eecb8495d6d1f490201 authored about 5 years ago
Bump sphinx from 2.2.1 to 2.2.2 (#1050)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.2.1 to 2.2.2.
- [Release notes](htt...

github.com/wemake-services/wemake-python-styleguide - c33d1d3c7c1961e6e65145eff9cb39135571f7a1 authored about 5 years ago