Ecosyste.ms: OpenCollective

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

github.com/wemake-services/wemake-python-styleguide

The strictest and most opinionated python linter ever!
https://github.com/wemake-services/wemake-python-styleguide

Bump hypothesis from 5.18.0 to 5.18.1 (#1482)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.18.0 to 5.18.1.
- [Rel...

229cf8a3efd185950e6d55352b7c064309a6f93e authored over 4 years ago
Bump ipdb from 0.13.2 to 0.13.3 (#1479)

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

c550be3fb6dfeef29dadd305b5eda4b2c4124e2f authored over 4 years ago
Bump hypothesis from 5.16.3 to 5.18.0 (#1476)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.3 to 5.18.0.
- [Rel...

4c6783189838b0593aed3c946adf0fc67f6193cf authored over 4 years ago
Bump sphinx from 3.1.0 to 3.1.1 (#1463)

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

2e18984c3849d08173ad4d672cbdd72f31818d7c authored over 4 years ago
Bump sphinx-autodoc-typehints from 1.10.3 to 1.11.0 in /docs (#1475)

Bumps [sphinx-autodoc-typehints](https://github.com/agronholm/sphinx-autodoc-typehints) from 1.1...

943e3b7cc017836eb77c3f1d9d65c9fc7cfa7ec9 authored over 4 years ago
Bump pep8-naming from 0.10.0 to 0.11.1 (#1469)

Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.10.0 to 0.11.1.
- [Release not...

6b1bec8a5f590a3d58d1a4ca0b65b1153f4dc537 authored over 4 years ago
Update sphinx from 3.1.0 to 3.1.1 (#1462)

bed6dec80f2e199e0fbd3f692e3018725683ae65 authored over 4 years ago
Bump flake8 from 3.8.2 to 3.8.3 (#1455)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.8.3.
- [Release notes](https://...

de67cdcb7d093d26c5cb08b005ecca19ba4646c4 authored over 4 years ago
Bump pytest-cov from 2.9.0 to 2.10.0 (#1464)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.9.0 to 2.10.0.
- [Release n...

1141480ed0d22b9fe5b7d2218178e109ac4ef686 authored over 4 years ago
Bump darglint from 1.4.0 to 1.4.1 (#1456)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.4.0 to 1.4.1...

8eb6d500a5fa0c82c4712606bd5fe50b9a8e87ae authored over 4 years ago
Update sphinx from 3.0.4 to 3.1.0 (#1452)

08e084582a39409e09277c1dbab64ae2e851b783 authored over 4 years ago
Allowed yield in call methids | Fixes Issue 1461 (#1467)

* Allowed yield statements in __call__ method

* Allowed yield statements in call method

* ...

9b94bc1cba569ecaf73fecfc633b1a9a6cb162a0 authored over 4 years ago
Update flake8 from 3.8.2 to 3.8.3 (#1453)

99da6c88bb465f170fb37356bfb18448f3ea6034 authored over 4 years ago
Bump hypothesis from 5.16.0 to 5.16.1 (#1458)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.0 to 5.16.1.
- [Rel...

5919b3fe5b842d268e79fe27bd29479c48b6fbfc authored over 4 years ago
Bump sphinx from 3.0.4 to 3.1.0 (#1454)

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

64dbb94bb1386f944aebc24277c539c321badd49 authored over 4 years ago
Bump flake8-pytest-style from 1.1.1 to 1.2.1 (#1468)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.1 to 1.2.1....

bb5e93521c08171f7e797f93e1b07238a5a095fc authored over 4 years ago
Bump hypothesis from 5.16.1 to 5.16.3 (#1472)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.16.1 to 5.16.3.
- [Rel...

915ed3fd4fa5e8f7c86e394293a744d2e49184fe authored over 4 years ago
Bump mypy from 0.780 to 0.781 (#1474)

Bumps [mypy](https://github.com/python/mypy) from 0.780 to 0.781.
- [Release notes](https://git...

d9a4f1cdfbcf1a92ac03d078b84dd62a25596506 authored over 4 years ago
Fix a missing "number" reference in the WPS114 msg (#1449)

d58ad9530b681561cdb1ce8ff53cfc1220955eb8 authored over 4 years ago
Bump flake8-eradicate from 0.3.0 to 0.4.0 (#1447)

Bumps [flake8-eradicate](https://github.com/sobolevn/flake8-eradicate) from 0.3.0 to 0.4.0.
- [...

3c11ba816da886161d4814c89ff489066714381c authored over 4 years ago
Closes #1448

8ab43835149b57f6564637a40d6f8808ea2bd2b5 authored over 4 years ago
Updates deps

6bba6220fbe979752099e08daabccf9358057cf8 authored over 4 years ago
Issue 1406: Allow unused variable in for loop iterator (#1432)

* Issue 1406: Allow no-op for loop variable

* Fix too long function name

Co-authored-by: N...

d9936d38c70b5364ce8ab2a6699a3e606341e3ac authored over 4 years ago
Bump pytest from 5.4.2 to 5.4.3 (#1443)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3.
- [Release notes](htt...

d5397c82d75e735eaca7c043f1b7cc6a797f8c51 authored over 4 years ago
Bump flake8 from 3.8.1 to 3.8.2 (#1418)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.2.
- [Release notes](https://...

a50dbf855310d5d85f64dd3a215e52962d6cb20a authored over 4 years ago
Issue-1413: Add `use_parentheses = true` to nitpick and local config (#1420)

b38be8ad4ed75bfa64283ae743a674bb037b03d9 authored over 4 years ago
Bump sphinx from 3.0.3 to 3.0.4 in /docs (#1425)

* Bump sphinx from 3.0.3 to 3.0.4 in /docs

Bumps [sphinx](https://github.com/sphinx-doc/sphin...

98ba00541dd85b5aa503a8db863f16177d3a1346 authored over 4 years ago
Bump pytest-cov from 2.8.1 to 2.9.0 (#1417)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.9.0.
- [Release no...

96441f0f4cb7601c810310f4221a99729527622b authored over 4 years ago
Bump pytest-randomly from 3.3.1 to 3.4.0 (#1429)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.3.1 to 3.4.0.
- [...

34f8d26c530c80dac731c5a48c8e006b4610554f authored over 4 years ago
Bump ipython from 7.14.0 to 7.15.0 (#1435)

Bumps [ipython](https://github.com/ipython/ipython) from 7.14.0 to 7.15.0.
- [Release notes](ht...

a758cd77d88698b31d195f9e23f677bfd39b8f5f authored over 4 years ago
Bump autopep8 from 1.5.2 to 1.5.3 (#1434)

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.2 to 1.5.3.
- [Release notes](htt...

baa45022e0b550f02f24a503a905abbfbce90efe authored over 4 years ago
Bump darglint from 1.3.0 to 1.4.0 (#1433)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.3.0 to 1.4.0...

905e5b66e104d1a02addd16d3398359f7cfc58cd authored over 4 years ago
Add example with suppress to UselessContinueViolation (#1439)

* add example with suppres to UselessContinueViolation

* bump sphinx and fix ci

907e1dd28e46c533348125c5be480d05b6113641 authored over 4 years ago
Bump hypothesis from 5.15.1 to 5.16.0 (#1428)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.15.1 to 5.16.0.
- [Rel...

5c384c9a287752a4dbe9107c466705175d7710a4 authored over 4 years ago
Bump doc8 from 0.8.0 to 0.8.1 (#1444)

Bumps [doc8](https://github.com/pycqa/doc8) from 0.8.0 to 0.8.1.
- [Release notes](https://gith...

b65e8054f52b3a26733aad0e960cd6e2dc854c33 authored over 4 years ago
Update setup.cfg

a3ba018653226f52dee610a0bc700c38bc686461 authored over 4 years ago
Update flake8 from 3.8.0 to 3.8.1 (#1396)

5cb088b03125e8215793bfc8b22565781672ff64 authored over 4 years ago
Bump hypothesis from 5.11.0 to 5.12.0 (#1389)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.11.0 to 5.12.0.
- [Rel...

7fd1a53a089c2b6665c64c195e9dbfeb9031e64a authored over 4 years ago
Bump hypothesis from 5.13.1 to 5.14.0 (#1400)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.13.1 to 5.14.0.
- [Rel...

a02fdd0535db5d2696c86d68f478b1c440cee893 authored over 4 years ago
Bump hypothesis from 5.12.0 to 5.13.1 (#1397)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.12.0 to 5.13.1.
- [Rel...

7580f2eeed3fa92a221e67a95306d410b6d9c851 authored over 4 years ago
Bump flake8-quotes from 3.0.0 to 3.2.0 (#1398)

Bumps [flake8-quotes](https://github.com/zheller/flake8-quotes) from 3.0.0 to 3.2.0.
- [Release...

32d7069f784efbc3e315fb3deb79da330b588538 authored over 4 years ago
Bump nitpick from 0.22.1 to 0.22.2 (#1404)

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

aa96dc83fe9a7d36115436d8686002eba57841e3 authored over 4 years ago
Update sphinx from 2.4.4 to 3.0.3 (#1395)

0143840ae6dc5883071c0f53dddb5975a5f1d215 authored over 4 years ago
Bump python from 3.8.2-alpine to 3.8.3-alpine (#1401)

Bumps python from 3.8.2-alpine to 3.8.3-alpine.

Signed-off-by: dependabot-preview[bot] <suppo...

50563cb71cff82c9b4360135ea87e83c84ba514c authored over 4 years ago
Update flake8 from 3.8.1 to 3.8.2 (#1415)

90ccaf8b7ec0d8da97493c767c986f28aa114c90 authored over 4 years ago
Bump hypothesis from 5.15.0 to 5.15.1 (#1411)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.15.0 to 5.15.1.
- [Rel...

bacd702526848123d55850dd405089baf2adc505 authored over 4 years ago
Bump hypothesis from 5.14.0 to 5.15.0 (#1410)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.14.0 to 5.15.0.
- [Rel...

07d334bc78f5c54d77bd63373827d9286a3f07f8 authored over 4 years ago
Make WPS326 work when there is comment between string literals (#1405)

* Make WPS326 work when there is comment between string literals

* Update CHANGELOG

1995ce51f8a57149f1b774b2742fc4b08d82f5cb authored over 4 years ago
Bump hypothesmith from 0.1.0 to 0.1.2 (#1403)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.1.0 to 0.1.2.
- [Release no...

a277a643ca71070435dae0a86c48eb539d37c12d authored over 4 years ago
Bump pytest from 5.4.1 to 5.4.2 (#1390)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2.
- [Release notes](htt...

e78d580883aa635b30b9de740ef2d8d1509888c2 authored over 4 years ago
Bump flake8 from 3.7.9 to 3.8.1 (#1394)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1.
- [Release notes](https://...

120d416cfd6a6189ede7ea642784d1cb25cbf9f5 authored over 4 years ago
Bump flake8 from 3.7.9 to 3.8.0 (#1392)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.0.
- [Release notes](https://...

fd9d5e750241109d4d40dba297645150275b1a06 authored over 4 years ago
Bump flake8 from 3.7.9 to 3.8.0 in /docs (#1393)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.0.
- [Release notes](https://...

ca8326ea431fff192d9ccb7ba530dacb794ce181 authored over 4 years ago
Bump coverage-conditional-plugin from 0.1.0 to 0.2.0 (#1387)

Bumps [coverage-conditional-plugin](https://github.com/wemake-services/coverage-conditional-plug...

56ee7da716f1179fe41c0798816803b1f38efccc authored over 4 years ago
Bump hypothesis from 5.10.5 to 5.11.0 (#1386)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.5 to 5.11.0.
- [Rel...

67a1041752ae2d59e20cb533dc5bd9fd56f0d7f3 authored over 4 years ago
Bump hypothesis from 5.10.4 to 5.10.5 (#1384)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.4 to 5.10.5.
- [Rel...

45dacd7a29cf17c60289388e042ebe02fc21eeb6 authored over 4 years ago
Bump darglint from 1.2.3 to 1.3.0 (#1379)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.3 to 1.3.0...

c7826ff86cedc68e76e1523a8f2790ec4eb07dac authored over 4 years ago
Bump ipython from 7.13.0 to 7.14.0 (#1380)

Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 7.14.0.
- [Release notes](ht...

ea7f54677c4637c6c4d77393327a9e672c129d82 authored over 4 years ago
Update constants.py

19929990bf2d9294af65a6c84280a0c59f518765 authored over 4 years ago
Update link to error codes (#1377)

da72c02356015f52ae4f83a186ff6a2a9a020e1d authored over 4 years ago
Spellcheck (#1374)

* fix some spelling

* fix more

* rename

* fix erro message

* capitalize GitHub

* ...

e28d945dd374ec87902c2d4d0c6db2e0f265d1dc authored over 4 years ago
Bump flake8-pytest-style from 1.1.0 to 1.1.1 (#1350)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.1.0 to 1.1.1....

9cf7598328446e29fb2e37ab637c40d89b0e5c33 authored over 4 years ago
Bump hypothesis from 5.9.1 to 5.10.1 (#1348)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.1 to 5.10.1.
- [Rele...

b3cac5731738c9f8681c53fb42f1d37cbbf62990 authored over 4 years ago
Bump hypothesis from 5.10.1 to 5.10.4 (#1360)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.10.1 to 5.10.4.
- [Rel...

f327a0c8fe2dfba93a99daa66989fc3e3c6bc5a6 authored over 4 years ago
Forbids to use single `return None` (#1365)

46268a0b9c6e830a0ae99425db7da35281086ffe authored over 4 years ago
Bump hypothesmith from 0.0.7 to 0.1.0 (#1367)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.7 to 0.1.0.
- [Release no...

a800f57766b5206fa884bded086fac2798386a2c authored over 4 years ago
Bump safety from 1.8.7 to 1.9.0 (#1368)

Bumps [safety](https://github.com/pyupio/safety) from 1.8.7 to 1.9.0.
- [Release notes](https:/...

9e2ed751d3b74f59ed8384af98f674ec177a7886 authored over 4 years ago
Add `__await__` to the list of priority magic methods (#1372)

35be3510aab775b3c144519f7a3351d6df85c6d6 authored over 4 years ago
Bump autopep8 from 1.5.1 to 1.5.2 (#1355)

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.5.1 to 1.5.2.
- [Release notes](htt...

1298a3c40026da2391ea8f31f0787d697a42debf authored over 4 years ago
Bump flake8-pytest-style from 1.0.0 to 1.1.0 (#1340)

Bumps [flake8-pytest-style](https://github.com/m-burst/flake8-pytest-style) from 1.0.0 to 1.1.0....

d639adf22d529c9b7bae099f3291cc9fe66bcf63 authored over 4 years ago
Bump tomlkit from 0.5.11 to 0.6.0 (#1337)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0.
- [Release notes](h...

8f6ef65520f69f8cdfb14ba68c44ef493edf7ef7 authored over 4 years ago
remove false positive DirectMagicAttributeAccessViolation on __version__ (#1345)

#1314

b8186d6ced224dd3d7ff59da708cab1e69dd5611 authored over 4 years ago
Bump hypothesmith from 0.0.6 to 0.0.7 (#1351)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.6 to 0.0.7.
- [Release no...

a794de96334a1d41aa7742279709556f90f32967 authored over 4 years ago
Bump darglint from 1.2.2 to 1.2.3 (#1349)

Bumps [darglint](https://github.com/raddessi/SublimeLinter-contrib-darglint) from 1.2.2 to 1.2.3...

07f528040f103c9e1eceaa596ee8d7473b96b897 authored over 4 years ago
Bump pytest-randomly from 3.2.1 to 3.3.1 (#1339)

Bumps [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) from 3.2.1 to 3.3.1.
- [...

db94beb9b0bd96514e457e30a7d4fd4381d00c2a authored over 4 years ago
Bump flake8-isort from 2.9.1 to 3.0.0 (#1338)

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

441ad7b2875287759ff49effd26b190892afee51 authored over 4 years ago
Bump hypothesis from 5.9.0 to 5.9.1 (#1342)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.9.0 to 5.9.1.
- [Relea...

10faefe386acbc790aeedeea52b280321337ea20 authored over 4 years ago
Update tomlkit from 0.5.11 to 0.6.0 (#1336)

a69a90044259e3cfd84aac98b03b13acaee23e3c authored over 4 years ago
Bump hypothesis from 5.8.3 to 5.9.0 (#1341)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.3 to 5.9.0.
- [Relea...

fb567177765faa9212d4b2d0d4dea79a76cc9d1a authored over 4 years ago
Bump hypothesis from 5.8.0 to 5.8.3 (#1334)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 5.8.0 to 5.8.3.
- [Relea...

a9bf2704d1727e4dc48bd3fc37a6360dcb9b316b authored over 4 years ago
Update FUNDING.yml

d5ac00dc6f0bb955d634d4bbce1b7e0e47faf4e3 authored over 4 years ago
Bump hypothesmith from 0.0.5 to 0.0.6 (#1322)

Bumps [hypothesmith](https://github.com/Zac-HD/hypothesmith) from 0.0.5 to 0.0.6.
- [Release no...

06c9eaaa0760e3ae0e88df663e152319e98c45da authored over 4 years ago
Update README.md

a05168116f8ae6ce2e600007a7de78390b230332 authored over 4 years ago
Updates flake8-pytest-style

fba0f6bccb31206c445a137b780e1ee35fc78fc9 authored over 4 years ago
added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation (#1324)

* added __subclasses__ and __mro__ to exclusions of DirectMagicAttributeAccessViolation

* upd...

eb66cf03f626a1e177cb64d58fb90eaad8ae9e02 authored over 4 years ago
Fixes CI

fe2e73dc9de2c36186f6b3923a55d2aabfcf4096 authored over 4 years ago
Fixing rtd

45da05e868ccc721c6a256e767138bf9e615b137 authored over 4 years ago
docs-fix (issue-#1328) (#1331)

* documentation-update

* documentation-fix

fee54715e4051a976885d5e73e550adcd40a0ca8 authored over 4 years ago
Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 in /docs (#1325)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0....

15769f344583d9e71d6666867559d026512697cb authored over 4 years ago
Bump sphinxcontrib-mermaid from 0.3.1 to 0.4.0 (#1326)

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.3.1 to 0....

589534c1fb63838ba67037385272a99e3bb61f1d authored over 4 years ago
Bump sphinx from 2.4.4 to 3.0.0 (#1310)

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

b171b56844e8e8b0d8046536960e23d25a570fd0 authored over 4 years ago
Bump coveralls from 1.11.1 to 2.0.0 (#1316)

Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.11.1 to 2.0.0.
...

486a053b1dcb3db56fc10538e8be2677af71f4b9 authored over 4 years ago
Update test.yml

813b3916b752e1d7f8f156fa7e383809371eeb44 authored over 4 years ago
Closes #1308

0f600c6ba89c9b29b9c086008cd05b7442779bb0 authored over 4 years ago
Fixes CI

50727262c369150035de3393d951a6bd0477d8d3 authored over 4 years ago
Bump python from 3.7-alpine to 3.8.2-alpine (#1300)

Bumps python from 3.7-alpine to 3.8.2-alpine.

Signed-off-by: dependabot-preview[bot] <support...

c37a46d14b6aedf7539c327dc4941da8f23a4307 authored over 4 years ago
Bump typing-extensions from 3.7.4.1 to 3.7.4.2 (#1306)

Bumps [typing-extensions](https://github.com/python/typing) from 3.7.4.1 to 3.7.4.2.
- [Release...

5379770f70243cb488cd93c5797fca87ff1a1390 authored over 4 years ago
Update typing-extensions from 3.7.4.1 to 3.7.4.2 (#1305)

a7d27f446f0c1430dbd01b2b2f56b48cd29ed874 authored over 4 years ago
Fixes CI

a6c5b12b6ddd3baf59e4f38da2a97841f3222d6c authored over 4 years ago
Fixes CI

33a3ba07712f6982441e24d037a9281b9064289e authored over 4 years ago