Ecosyste.ms: OpenCollective

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

github.com/astral-sh/ruff

An extremely fast Python linter and code formatter, written in Rust.
https://github.com/astral-sh/ruff

Removed unused variable in `TRY300`'s example

trag1c opened this pull request 11 months ago
Format selection

eljeffeg opened this issue 11 months ago
UP031 not violated for variables, only literal values

lev-blit opened this issue 11 months ago
CLI: Color entire line in Diffs

senadev42 opened this pull request 11 months ago
Fix broken documentation links affected by namespace changes in lint rules

greenstar1151 opened this pull request 11 months ago
RUF028 claims `fmt: off` invalid in `else:` block

mrcljx opened this issue 11 months ago
Remove indico ecosystem override

MichaReiser opened this pull request 11 months ago
Add support for caret repositioning with the formatter

KotlinIsland opened this issue 11 months ago
[T10]: Feature Request: Add checks for debugpy and ptvsd imports

ivanbarsukov opened this issue 11 months ago
[`pylint`] Implement `useless-exception-statement` (`W0133`)

mikeleppane opened this pull request 11 months ago
Request: inferring `target_version` from `poetry` config

jamesbraza opened this issue 11 months ago
Invalid RUF028 for match case header

qartik opened this issue 11 months ago
Fix the sorting of the schema submited to schemastore

MichaReiser opened this pull request 11 months ago
Drop deprecated `nursery` rule group

T-256 opened this pull request 11 months ago
Remove the `ruff` to `ruff check` alias

MichaReiser opened this issue 11 months ago
Remove deprecated CLI option `--format`

MichaReiser opened this pull request 11 months ago
Improve documentation of the preview mode

hoel-bagard opened this pull request 11 months ago
Fix mkdocs local link

hoel-bagard opened this pull request 11 months ago
Update black tests

MichaReiser opened this pull request 11 months ago
Fix ecosystem check for indico

MichaReiser opened this pull request 11 months ago
Ignore autoformat in docstrings

aawilson opened this issue 11 months ago
Request: Enforce space after colon (`:`) for special comments

Avasam opened this issue 11 months ago
Unable to build ruff on aarch64 alpine docker

matejsp opened this issue 11 months ago
`ruff server` - A new built-in LSP for Ruff, written in Rust

snowsignal opened this pull request 11 months ago
Fix the ecosystem check

AlexWaygood opened this pull request 11 months ago
[`flake8-bandit`] Remove `suspicious-lxml-import` (`S410`)

charliermarsh opened this pull request 11 months ago
[`flake8-bugbear`] Avoid adding default initializers to stubs (`B006`)

Philipp-Thiel opened this pull request 11 months ago
Bump version to v0.3.0

MichaReiser opened this pull request 11 months ago
Make `--config` and `--isolated` global flags

AlexWaygood opened this pull request 11 months ago
Implement isort's `default-section` setting

mmerickel opened this pull request 11 months ago
[`ruff`] Expand rule for `list(iterable).pop(0)` idiom (`RUF015`)

robincaloudis opened this pull request 11 months ago
File pattern syntax differs between exclude and per-file-ignores

neelmraman opened this issue 11 months ago
Add rule PLR6101

tibor-reiss opened this pull request 11 months ago
[new rule] pylint W0133: Exception statement has no effect

Taragolis opened this issue 11 months ago
Remove "Beta" Label from formatter documentation

MichaReiser opened this pull request 11 months ago
Why does assert False suggest pytest?

kaddkaka opened this issue 11 months ago
Not sure I agree with PIE807

ezyang opened this issue 11 months ago
[`pylint`] Implement `singledispatch-method` (`E1519`)

Glyphack opened this pull request 11 months ago
docs: fix pycodestyle.max-line-length link

arkinmodi opened this pull request 11 months ago
Explicitly ban overriding `extend` as part of a --config flag

AlexWaygood opened this pull request 11 months ago
Upgrade codspeed-criterion for perf boost

MichaReiser opened this pull request 11 months ago
[Minor] Improve the style of some tests in `crates/ruff/tests/format.rs`

AlexWaygood opened this pull request 11 months ago
Allow to declare modules/calls as deprecated

CarliJoy opened this issue 11 months ago
Automatically remove ignored rules which will not trigger

samvanstroud opened this issue 11 months ago
Add Alex Waygood as a CODEOWNER for flake8-pyi

AlexWaygood opened this pull request 11 months ago
Bump serde from 1.0.196 to 1.0.197

dependabot[bot] opened this pull request 11 months ago
Bump insta from 1.34.0 to 1.35.1

dependabot[bot] opened this pull request 11 months ago
Bump syn from 2.0.49 to 2.0.51

dependabot[bot] opened this pull request 11 months ago
Bump serde-wasm-bindgen from 0.6.3 to 0.6.4

dependabot[bot] opened this pull request 11 months ago
Bump bstr from 1.9.0 to 1.9.1

dependabot[bot] opened this pull request 11 months ago
docs: add brand-centric badges

JacobCoffee opened this pull request 11 months ago
Formatter: More aggressive inlining

MichaReiser opened this pull request 11 months ago
Add cold attribute to less likely printer queue branches

MichaReiser opened this pull request 11 months ago
Perf: Reorder simple tokenizer match branches

MichaReiser opened this pull request 11 months ago
FString formatting: remove fstring handling in `normalize_string`

MichaReiser opened this pull request 11 months ago
[`ruff`] Avoid f-string false positives in `gettext` calls (`RUF027`)

robincaloudis opened this pull request 11 months ago
Fix E301 not triggering on decorated methods.

hoel-bagard opened this pull request 11 months ago
Perf: Skip string normalization when possible

MichaReiser opened this pull request 11 months ago
`banned-api` (`TID251`) - support specifying quick fixes

DetachHead opened this issue 11 months ago
COM812: Allow "single line" arguments without trailing comma

MichaReiser opened this pull request 11 months ago
Colorize the output of ruff format --diff

senadev42 opened this pull request 11 months ago
new rule: variable is assigned and read only one time

Tatsh opened this issue 11 months ago
new rule - variable is not used before it's assigned again

DetachHead opened this issue 11 months ago
Upgrade upload/download artifact actions in release workflow

MichaReiser opened this pull request 11 months ago
Upgrade upload/download artifact actions in CI.yaml workflow

MichaReiser opened this pull request 11 months ago
Add rule PLR5601

tibor-reiss opened this pull request 11 months ago
Official PyCharm Plugin

Pixel-Minions opened this issue 11 months ago
Confusing error message for C401 and C416

runfalk opened this issue 11 months ago
Refactor trailing comma rule into explicit check and state update code

MichaReiser opened this pull request 11 months ago
Rule RET505 cause panic

qarmin opened this issue 11 months ago
[`pycodestyle`]: Make blank lines in typing stub files optional (`E3*`)

MichaReiser opened this pull request 11 months ago
Rule RUF100 cause panic

qarmin opened this issue 11 months ago
[`pycodestyle`] Respect `isort` settings in blank line rules (`E3*`)

MichaReiser opened this pull request 11 months ago
E203: Don't warn about single whitespace before tuple ,

MichaReiser opened this pull request 11 months ago
Remove `build` from the default exclusion list

charliermarsh opened this pull request 11 months ago
Respect runtime-required decorators for function signatures

charliermarsh opened this pull request 11 months ago
Add package name to requirements-insiders.txt

charliermarsh opened this pull request 11 months ago
RUF017 Autofix uses iadd but docs recommend iconcat

nicodemus26 opened this issue 11 months ago
ruff / isort doesn't detect all duplicate imports

CharlesPerrotMinotHCHB opened this issue 11 months ago
New rule proposal: unnecessary-newline-at-start-of-file

CharlesPerrotMinotHCHB opened this issue 11 months ago
[Feature Request] Sort dict keys

Tatsh opened this issue 11 months ago
EXE001 and EXE002 do not run on WSL

MusicalNinjaDad opened this issue 11 months ago
B006 (unsafe fix) : does not fix correctly with @overload

yoann9344 opened this issue 11 months ago
Ruff Format does not remove redundant parentheses

Tialo opened this issue 11 months ago
Feature Request: Audit for codetags

mattgiles opened this issue 11 months ago