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

Update dependency classnames to v2.5.1

renovate[bot] opened this pull request 10 months ago
`DTZ007` with F-string format specifier

MichaReiser opened this issue 10 months ago
Delete unused `Violation::explanation` method

MichaReiser opened this pull request 10 months ago
`ruff server` now supports `source.fixAll` source action

snowsignal opened this pull request 10 months ago
Provide hover implementation for the new Ruff language server

dhruvmanila opened this issue 10 months ago
Provide code action to ignore the diagnostic (via `noqa`)

dhruvmanila opened this issue 10 months ago
Prefix code action message with "Ruff" and rule code

dhruvmanila opened this issue 10 months ago
Fix list markup: blank line required

aureliojargas opened this pull request 10 months ago
[`DTZ`] Improve docs for `call-datetime-without-tzinfo` (`DTZ005`)

cclauss opened this pull request 10 months ago
`ruff server` lacks unused code formatting

charliermarsh opened this issue 10 months ago
`ruff server` treats all diagnostics as errors

charliermarsh opened this issue 10 months ago
Put flake8-logging next to the other flake8 plugins in registry

FFY00 opened this pull request 10 months ago
Update string rules when inside a forward reference

dhruvmanila opened this issue 10 months ago
Ignore `Q000`, `Q001` when string is inside forward ref

dhruvmanila opened this pull request 10 months ago
Update Rust crate anyhow to v1.0.81

renovate[bot] opened this pull request 10 months ago
[`refurb`] Implement `for-loop-set-mutations` (`FURB142`)

alex-700 opened this pull request 10 months ago
Renovate: Use `update-lockfile` as the rangeStrategy for cargo dependencies

AlexWaygood opened this pull request 10 months ago
Update Rust crate anyhow to 1.0.81 - autoclosed

renovate[bot] opened this pull request 10 months ago
Get rid of SCARY SECURITY suffixes for security-related renovate PRs

AlexWaygood opened this pull request 10 months ago
Dependency Dashboard

renovate[bot] opened this issue 10 months ago
Update dependency wrangler to v2.20.2

renovate[bot] opened this pull request 10 months ago
Update dependency vite to v4.5.2

renovate[bot] opened this pull request 10 months ago
Update dependency postcss to v8.4.31 - autoclosed

renovate[bot] opened this pull request 10 months ago
`Q000` autofix failing in forward reference type annotations

augustelalande opened this issue 10 months ago
Improving "FA100 / future-rewritable-type-annotation" message

Avasam opened this issue 10 months ago
import-outside-toplevel / C0415 not working

darkanthey opened this issue 10 months ago
feat: add makefile to practice

liuliuOD opened this pull request 10 months ago
Update `PatternMatchMapping` AST node

dhruvmanila opened this issue 10 months ago
Make E741 not apply to stub files

AlexWaygood opened this issue 10 months ago
Use expr range for invalid node

dhruvmanila opened this pull request 10 months ago
Switch from dependabot to renovate

AlexWaygood opened this pull request 10 months ago
[`Pylint`] Fixed false-positive on the rule `PLW1641` (`eq-without-hash`)

boolean-light opened this pull request 10 months ago
High-level project overview and contributing guide for `ruff server`

snowsignal opened this pull request 10 months ago
Select more rules for typeshed in the ecosystem checks

AlexWaygood opened this pull request 10 months ago
Bump syn from 2.0.52 to 2.0.55

dependabot[bot] opened this pull request 10 months ago
Bump smallvec from 1.13.1 to 1.13.2

dependabot[bot] opened this pull request 10 months ago
Bump bitflags from 2.4.2 to 2.5.0

dependabot[bot] opened this pull request 10 months ago
Bump aho-corasick from 1.1.2 to 1.1.3

dependabot[bot] opened this pull request 10 months ago
Bump rayon from 1.9.0 to 1.10.0

dependabot[bot] opened this pull request 10 months ago
ruff check --fix not working

JohnnyMagnet opened this issue 10 months ago
Add tests for dictionary expression parsing

dhruvmanila opened this pull request 10 months ago
Add tests for set expression parsing

dhruvmanila opened this pull request 10 months ago
Add tests for list expression parsing

dhruvmanila opened this pull request 10 months ago
Complete end expression token set

dhruvmanila opened this pull request 10 months ago
Update `ExprName` ctx, add tests

dhruvmanila opened this pull request 10 months ago
Document use of anonymous assignment in `useless-expression`

charliermarsh opened this pull request 10 months ago
removal of leading white-space in top-of-file comment

janwilmans opened this issue 10 months ago
Move `Q004` to AST based checker

dhruvmanila opened this pull request 10 months ago
Mark PYI025 fix as safe in more cases for stub files

AlexWaygood opened this pull request 10 months ago
Rule Q000-Q002 started to cause panic

qarmin opened this issue 10 months ago
[`E402`] Allow cell magics before an import

dhruvmanila opened this pull request 10 months ago
Wrap around when incrementing token id

dhruvmanila opened this pull request 10 months ago
Refactor `package_roots` for readability.

dizzy57 opened this pull request 10 months ago
Nested namespace packages support

dizzy57 opened this pull request 10 months ago
[`pylint`] Implement `simplifiable-if-statement` (`PLR1703`)

augustelalande opened this pull request 10 months ago
Fix `PD002` autofix for chained calls

augustelalande opened this pull request 10 months ago
B018 false positive on attribute access with side effect

jaraco opened this issue 10 months ago
Why was v0.3.4 retagged and can we not do that again please?

alerque opened this issue 10 months ago
GitHub release for ruff 0.3.4 missing

tobbez opened this issue 10 months ago
[`refurb`] Implement `verbose-decimal-constructor` (`FURB157`)

boolean-light opened this pull request 10 months ago
Fix `PT014` autofix for last item in list

augustelalande opened this pull request 10 months ago
[`flake8-boolean-trap`] Add setting for user defined allowed boolean trap

augustelalande opened this pull request 10 months ago
Add `PlasmaPy` to ecosystem checks

zanieb opened this pull request 10 months ago
Respect Unicode characters in import sorting

charliermarsh opened this pull request 10 months ago
[`refurb`] Support `itemgetter` in `reimplemented-operator` (`FURB118`)

alex-700 opened this pull request 10 months ago
Track ranges of names inside `__all__` definitions

AlexWaygood opened this pull request 10 months ago
Avoid dropping node from `as` pattern

dhruvmanila opened this pull request 10 months ago
Rule to detect duplicate function definitions.

ollz272 opened this issue 10 months ago
adding pystrict3 feature: checking docstrings

JohannesBuchner opened this issue 10 months ago
adding pystrict3 feature: checking function calls

JohannesBuchner opened this issue 10 months ago
Folder with module name detected as source

carschno opened this issue 10 months ago
Improve error message, recover from unary add

dhruvmanila opened this pull request 10 months ago
rule for ValueError: I/O operation on closed file.

tooptoop4 opened this issue 10 months ago
Bump version to v0.3.4

charliermarsh opened this pull request 10 months ago
Rename `list-reassign-reversed` to `list-reverse-copy`

charliermarsh opened this pull request 10 months ago
Don't treat annotations as redefinitions in `.pyi` files

charliermarsh opened this pull request 10 months ago
Fix F821 regression for classes marked as runtime-required

AlexWaygood opened this pull request 10 months ago
Update Rust to v1.77

charliermarsh opened this pull request 10 months ago
Strange autofix for PYI025 if `"Set"` is included in `__all__`

AlexWaygood opened this issue 10 months ago
Warning for assignment of mutables

boolean-light opened this issue 10 months ago
Support configuration to skip formatting for certain lines.

zen-xu opened this issue 10 months ago
Add new rule to prevent nested list footgun

qexat opened this issue 10 months ago
Support Cross-Language (R and Python) in Jupyter Notebook

partrita opened this issue 10 months ago