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

Fix WPS217, closes #3150

sobolevn opened this pull request 25 days ago
Fix WPS469, closes #3109

sobolevn opened this pull request 25 days ago
Fix WPS210 not to count nested scopes, closes #3108

sobolevn opened this pull request 25 days ago
Fix self assign with `*`

sobolevn opened this pull request 26 days ago
Fix exponent, binary, octal and hex numbers with underscores

sobolevn opened this pull request 27 days ago
Apply `ruff` with `preview = true`

sobolevn opened this pull request 27 days ago
Style fixes in `pyproject.toml`

sobolevn opened this pull request 27 days ago
Add `actionlint`

sobolevn opened this pull request 27 days ago
Switch to `pyproject.toml`

sobolevn opened this pull request 27 days ago
Remove WPS125

sobolevn opened this pull request 27 days ago
Apply ruff

sobolevn opened this pull request 27 days ago
Allow arguments in calls inside `f` strings

sobolevn opened this issue 27 days ago
Remove WPS511 and WPS512

sobolevn opened this pull request 27 days ago
Test fixes

sobolevn opened this pull request 27 days ago
Remove `WPS316`

sobolevn opened this pull request 27 days ago
Remove WPS326 and WPS331

sobolevn opened this pull request 27 days ago
Silence SyntaxWarning

sobolevn opened this pull request 27 days ago
Remove `WPS309`, `WPS521`, `WPS508` and `WPS502`

sobolevn opened this pull request 27 days ago
Remove `WPS526` and `WPS351`

sobolevn opened this pull request 27 days ago
Remove more rules related to exception handling

sobolevn opened this pull request 28 days ago
Refactor `WrongAttributeVisitor`

sobolevn opened this pull request 28 days ago
Bump sphinx from 7.4.7 to 8.1.3

dependabot[bot] opened this pull request 28 days ago
ignore one arg when checking class method arg length

Sxderp opened this pull request 28 days ago
Remove dependencies

sobolevn opened this pull request 28 days ago
Apply ruff format

sobolevn opened this pull request 28 days ago
Run pyupgrade on tests

sobolevn opened this pull request 28 days ago
Remove `autopep8` format

sobolevn opened this pull request 28 days ago
Pyupgrade the source code

sobolevn opened this pull request 28 days ago
Disable `WPS305`

sobolevn opened this pull request 28 days ago
Drops `nitpick` support

sobolevn opened this pull request 28 days ago
Drops python3.9 support

sobolevn opened this pull request 28 days ago
Remove more rules that are covered by `ruff`

sobolevn opened this pull request 29 days ago
Rework WPS332: allow := in comprehensions

milssky opened this pull request 29 days ago
WPS303: Allow underscore with 3 digits on the right

mmmylnikov opened this pull request 29 days ago
Remove more consistency rules

sobolevn opened this pull request 29 days ago
Remove unused type alias

sobolevn opened this pull request 29 days ago
Apply ruff format

sobolevn opened this pull request 29 days ago
Refactor logic in `conditions.py`

sobolevn opened this pull request 29 days ago
Remove `WPS337`

sobolevn opened this pull request 29 days ago
Remove rules that can be replaces with `ruff`

sobolevn opened this pull request 29 days ago
Rework `WPS332`: allow `:=` in comprehensions

sobolevn opened this issue 29 days ago
Remove `WPS465`

sobolevn opened this pull request 29 days ago
Disable syntax warnings from hypothesis

sobolevn opened this pull request 29 days ago
Disable WPS520 in `assert` statements

sobolevn opened this pull request 29 days ago
Remove `fix_line_number`

sobolevn opened this pull request 29 days ago
Fix docs, adds python3.13

sobolevn opened this pull request 29 days ago
Normalize paths in formatter output

sobolevn opened this pull request 29 days ago
Bump hypothesis from 6.122.1 to 6.122.3

dependabot[bot] opened this pull request about 1 month ago
`WPS520` should be ignore in `assert` context

sobolevn opened this issue about 1 month ago
Normalize paths in formatter: remove the leading dot

sobolevn opened this issue about 1 month ago
WPS465: does not respect `|` unions

sobolevn opened this issue about 1 month ago
WPS469: strange error on `from None` case

sobolevn opened this issue about 1 month ago
WPS210: must not count variables in nested functions / classes

sobolevn opened this issue about 1 month ago
WPS434: should not count `*` assigns

sobolevn opened this issue about 1 month ago
chore(deps): update reviewdog to 0.20.3

github-actions[bot] opened this pull request about 1 month ago
Bump python from 3.12.7-alpine to 3.13.1-alpine

dependabot[bot] opened this pull request about 1 month ago
Bump pytest from 8.3.3 to 8.3.4

dependabot[bot] opened this pull request about 1 month ago
Bump hypothesis from 6.121.1 to 6.122.1

dependabot[bot] opened this pull request about 1 month ago
fix: Remove duplicate autodoc_member_order configuration

ganglike248 opened this pull request about 1 month ago
Bump hypothesis from 6.120.0 to 6.121.1

dependabot[bot] opened this pull request about 1 month ago
Bump tomli from 2.1.0 to 2.2.1

dependabot[bot] opened this pull request about 1 month ago
Bump hypothesis from 6.119.4 to 6.120.0

dependabot[bot] opened this pull request about 1 month ago
Bump hypothesis from 6.119.3 to 6.119.4

dependabot[bot] opened this pull request about 2 months ago
Bump syrupy from 4.7.2 to 4.8.0

dependabot[bot] opened this pull request about 2 months ago
Bump hypothesis from 6.118.8 to 6.119.3

dependabot[bot] opened this pull request about 2 months ago
Bump codecov/codecov-action from 4 to 5

dependabot[bot] opened this pull request about 2 months ago
Bump hypothesis from 6.118.7 to 6.118.8

dependabot[bot] opened this pull request about 2 months ago
Bump tomli from 2.0.2 to 2.1.0

dependabot[bot] opened this pull request about 2 months ago
Bump hypothesis from 6.118.0 to 6.118.7

dependabot[bot] opened this pull request about 2 months ago
Bump nbqa from 1.9.0 to 1.9.1

dependabot[bot] opened this pull request about 2 months ago
Check a tuple for containing a mutable object

KonsKo opened this issue 2 months ago
Bump hypothesis from 6.116.0 to 6.118.0

dependabot[bot] opened this pull request 2 months ago
WPS336 Explicit String Concat with Bytes

Sxderp opened this issue 2 months ago
Bump hypothesis from 6.115.6 to 6.116.0

dependabot[bot] opened this pull request 2 months ago
Add more `mypy` optional error codes

sobolevn opened this pull request 2 months ago
Bump flake8-bugbear from 24.8.19 to 24.10.31

dependabot[bot] opened this pull request 2 months ago
Bump pytest-cov from 5.0.0 to 6.0.0

dependabot[bot] opened this pull request 2 months ago
Bump hypothesis from 6.115.5 to 6.115.6

dependabot[bot] opened this pull request 2 months ago
Bump flake8-comprehensions from 3.15.0 to 3.16.0

dependabot[bot] opened this pull request 2 months ago
Bump pytest-randomly from 3.15.0 to 3.16.0

dependabot[bot] opened this pull request 2 months ago
Bump hypothesis from 6.115.3 to 6.115.5

dependabot[bot] opened this pull request 3 months ago
Bump mypy from 1.12.1 to 1.13.0

dependabot[bot] opened this pull request 3 months ago
Bump types-flake8 from 7.1.0.20240711 to 7.1.0.20241020

dependabot[bot] opened this pull request 3 months ago
Bump mypy from 1.12.0 to 1.12.1

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.115.2 to 6.115.3

dependabot[bot] opened this pull request 3 months ago
Bump mypy from 1.11.2 to 1.12.0

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.115.0 to 6.115.2

dependabot[bot] opened this pull request 3 months ago
false positive WPS526

Xoriun opened this issue 3 months ago
Bump hypothesis from 6.114.1 to 6.115.0

dependabot[bot] opened this pull request 3 months ago
Bump sphinxcontrib-mermaid from 0.9.2 to 1.0.0

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.114.0 to 6.114.1

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.112.5 to 6.114.0

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.112.4 to 6.112.5

dependabot[bot] opened this pull request 3 months ago
Bump import-linter from 2.0 to 2.1

dependabot[bot] opened this pull request 3 months ago
Bump python from 3.12.7-alpine to 3.13.0-alpine

dependabot[bot] opened this pull request 3 months ago
Bump syrupy from 4.7.1 to 4.7.2

dependabot[bot] opened this pull request 3 months ago
Bump hypothesis from 6.112.2 to 6.112.4

dependabot[bot] opened this pull request 3 months ago
Bump tomli from 2.0.1 to 2.0.2

dependabot[bot] opened this pull request 3 months ago
Bump python from 3.12.6-alpine to 3.12.7-alpine

dependabot[bot] opened this pull request 3 months ago