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
Improve docs for some pycodestyle rules
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
F841 is disabled by following, unrelated code lines
kud1ing opened this issue about 2 months ago
kud1ing opened this issue about 2 months ago
Fix `pytest.mark.parametrize` rules to check calls instead of decorators
harupy opened this pull request about 2 months ago
harupy opened this pull request about 2 months ago
Limit type size assertion to 64bit platforms
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Bug: Formatting inconsistency with f strings
jvacek opened this issue about 2 months ago
jvacek opened this issue about 2 months ago
Extend `invalid-envvar-default (PLW1508)` to detect `os.environ.get`
harupy opened this pull request about 2 months ago
harupy opened this pull request about 2 months ago
[`flake8-type-checking`] Adds implementation for TC006
Daverball opened this pull request about 2 months ago
Daverball opened this pull request about 2 months ago
[red-knot] Fix: Infer type for typing.Union[..] tuple expression
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
[`flake8-use-pathlib`] Recommend `Path.iterdir()` over `os.listdir()` (`PTH208`)
InSyncWithFoo opened this pull request about 2 months ago
InSyncWithFoo opened this pull request about 2 months ago
False positive PD011
Matt-Ord opened this issue about 2 months ago
Matt-Ord opened this issue about 2 months ago
Use multiple columns for repology badge
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
Please host the output of `ruff rules -all --output-format json` on the docs website somewhere
onerandomusername opened this issue about 2 months ago
onerandomusername opened this issue about 2 months ago
[`flake8-builtins`] Exempt private built-in modules (`A005`)
InSyncWithFoo opened this pull request about 2 months ago
InSyncWithFoo opened this pull request about 2 months ago
B024: false negative with annotated, unassigned instance variables of a class
cmp0xff opened this issue about 2 months ago
cmp0xff opened this issue about 2 months ago
doc(B024): #14455 add annotated but unassgined class variables
cmp0xff opened this pull request about 2 months ago
cmp0xff opened this pull request about 2 months ago
Union builder perf improvements
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
[red-knot] Meta data for `Type::Todo`
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
[red-knot] support `typing.Union` in type annotations
Glyphack opened this pull request about 2 months ago
Glyphack opened this pull request about 2 months ago
[red-knot] Understand typing.Union special form in annotations
Glyphack opened this issue about 2 months ago
Glyphack opened this issue about 2 months ago
bug/surprise: adding an empty ruff.toml affects how import rules behaves
kaddkaka opened this issue about 2 months ago
kaddkaka opened this issue about 2 months ago
[`pydoclint`] Extend `docstring-missing-exception` to empty exception descriptions (`DOC501`)
sbrugman opened this pull request about 2 months ago
sbrugman opened this pull request about 2 months ago
How to pass the document version number for `workspace/executeCommand` request in Neovim?
matt-gardner opened this issue about 2 months ago
matt-gardner opened this issue about 2 months ago
Extend `docstring-missing-exception` to empty exception description (`DOC501`)
sbrugman opened this issue about 2 months ago
sbrugman opened this issue about 2 months ago
Consider quotes inside format-specs when choosing the quotes for an f-string
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Autofix for `undocumented-public-function`: insert docstring stub
sbrugman opened this issue about 2 months ago
sbrugman opened this issue about 2 months ago
CLI: `ruff rule` should accept human-readable name
sbrugman opened this issue about 2 months ago
sbrugman opened this issue about 2 months ago
New `flake8-pathlib` rule: `os.listdir` (PTH208)
sbrugman opened this issue about 2 months ago
sbrugman opened this issue about 2 months ago
Fix unnecessary space around power op in overlong f-string expressions
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
[`ruff`] Implement `invalid-assert-message-literal-argument` (`RUF040`)
Lokejoke opened this pull request about 2 months ago
Lokejoke opened this pull request about 2 months ago
F-string formatting adds unnecessary space after `**` operator
dhruvmanila opened this issue about 2 months ago
dhruvmanila opened this issue about 2 months ago
Ruff 0.8 release
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Revert "Use Depot 16-core runner for testing on Linux"
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
Improve docs on fix safety for FAST002
AlexWaygood opened this issue about 2 months ago
AlexWaygood opened this issue about 2 months ago
Can `offset_encoding` for Ruff be configured in Neovim?
Shinzu opened this issue about 2 months ago
Shinzu opened this issue about 2 months ago
Fix failing tests for Ruff 0.8 branch
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
repeated-global: `FURB154` stabilization
MichaReiser opened this issue about 2 months ago
MichaReiser opened this issue about 2 months ago
Stabilize `A004`
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Rename the parser fuzz job for consistency with the rest of CI
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Only build the `fuzz` crate on `main`
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
[`flake8-import-conventions`] Syntax check aliases supplied in configuration for `unconventional-import-alias (ICN001)`
dylwil3 opened this pull request about 2 months ago
dylwil3 opened this pull request about 2 months ago
Watch for changes to the generated file during documentation serve
dhruvmanila opened this pull request about 2 months ago
dhruvmanila opened this pull request about 2 months ago
Only test release builds on main
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
[`pycodestyle`] Exempt `pytest.importorskip()` calls (`E402`)
InSyncWithFoo opened this pull request about 2 months ago
InSyncWithFoo opened this pull request about 2 months ago
Flaking test `red_knot::file_watching directory_renamed`
zanieb opened this issue about 2 months ago
zanieb opened this issue about 2 months ago
Redundant quotes are kept while `format`ting a string from multiple lines to one
yury-fedotov opened this issue about 2 months ago
yury-fedotov opened this issue about 2 months ago
Improve the performance of the formatter instability check job
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
TCH: Remove requirement for the name `TYPE_CHECKING` to be from `typing[_extensions]`?
bzoracler opened this issue about 2 months ago
bzoracler opened this issue about 2 months ago
Improve CI caching of fuzz dependencies
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
[ruff-0.8] [`ruff`] Stabilise `unsorted-dunder-all` and `unsorted-dunder-slots`
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
[ruff-0.8] [`FAST`] Further improve docs for `fast-api-non-annotated-depencency` (`FAST002`)
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
[ruff-0.8] Spruce up docs for newly stabilised rules
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
Specify the wasm-pack version explicitly
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
feature request: select ALL until a given version number
DaniBodor opened this issue about 2 months ago
DaniBodor opened this issue about 2 months ago
Use Depot 8-core runner for ecosystem tests
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Stabilize multiple rules
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Use larger GitHub runner for testing on Windows
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Use Depot 8-core runner for testing on Linux
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Initialize Rust cache before installing binaries and additional components
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Mark UP043 fix unsafe when the type annotation contains any comments
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Use XDG (i.e. `~/.local/bin`) instead of the Cargo home directory in the installer
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
Upgrade cargo-dist from 0.22.1 => 0.25.2-prerelease.3
zanieb opened this pull request about 2 months ago
zanieb opened this pull request about 2 months ago
B024: ruff in pre-commit fails to recognise B024 with the presence of a class variable
cmp0xff opened this issue about 2 months ago
cmp0xff opened this issue about 2 months ago
Fix f-string formatting in assignment statement
dhruvmanila opened this pull request about 2 months ago
dhruvmanila opened this pull request about 2 months ago
B901: Misses `yield` sub-expresisons
MichaReiser opened this issue about 2 months ago
MichaReiser opened this issue about 2 months ago
setting output format hides output in ruff check
kaddkaka opened this issue about 2 months ago
kaddkaka opened this issue about 2 months ago
Used --statistics option does hide the rule violations
ssbarnea opened this issue about 2 months ago
ssbarnea opened this issue about 2 months ago
[ruff-0.8] [`ruff`] Stabilise `parenthesize-chained-operators` (`RUF021`)
AlexWaygood opened this pull request about 2 months ago
AlexWaygood opened this pull request about 2 months ago
Remove `FormatFStringPart`
dhruvmanila opened this pull request about 2 months ago
dhruvmanila opened this pull request about 2 months ago
Avoid inferring invalid expr types for string annotation
dhruvmanila opened this pull request about 2 months ago
dhruvmanila opened this pull request about 2 months ago
[`ruff`] `re` and `regex` calls with unraw string as first argument (`RUF039`)
InSyncWithFoo opened this pull request about 2 months ago
InSyncWithFoo opened this pull request about 2 months ago
Fixes on Jupyter notebooks cause panics when fix replaces/deletes multiple cells
beskep opened this issue about 2 months ago
beskep opened this issue about 2 months ago
FBT001 preview behavior may lead to false positives
dylwil3 opened this issue about 2 months ago
dylwil3 opened this issue about 2 months ago
Feature request: Make *any* unknown rule code in "ignore" setting a warning, not an error
Avasam opened this issue about 2 months ago
Avasam opened this issue about 2 months ago
D100 with —add-noqa breaks shebang lines
pjspereira opened this issue about 2 months ago
pjspereira opened this issue about 2 months ago
Feature request: rule to check an argument of `pathlib.Path().with_suffix`
TheBits opened this issue about 2 months ago
TheBits opened this issue about 2 months ago
[red-knot] Panics for string annotations
sharkdp opened this issue about 2 months ago
sharkdp opened this issue about 2 months ago
Possible error when trying to fix with ICN001
tpgillam opened this issue about 2 months ago
tpgillam opened this issue about 2 months ago
[ruff 0.8][`flake8-type-checking`] Rename `TCH` to `TC`
Daverball opened this pull request about 2 months ago
Daverball opened this pull request about 2 months ago
[red-knot] Do not panic on f-string format spec expressions
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
Warn instead of error when removed rules are used in ignore
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
TCH001 like rule for pre 3.12 generics like TypVar, ParamSpec and the likes
bvolkmer opened this issue about 2 months ago
bvolkmer opened this issue about 2 months ago
Revisit unicode-to-unicode confusables in `RUF001`, `RUF002`, `RUF003`
dylwil3 opened this issue about 2 months ago
dylwil3 opened this issue about 2 months ago
[red-knot] Narrowing for `type(x) is C` checks
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
[red-knot] Narrowing for `type(x) is C` (where C is a class)
sharkdp opened this issue about 2 months ago
sharkdp opened this issue about 2 months ago
Add tests for python version compatibility
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
[red-knot] Default to python 3.9
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
Remove the deprecated `E999` rule code
MichaReiser opened this pull request about 2 months ago
MichaReiser opened this pull request about 2 months ago
COM818 with ruff format fixes the error too harshly
Neikow opened this issue about 2 months ago
Neikow opened this issue about 2 months ago
[red-knot] Types for subexpressions of annotations
sharkdp opened this pull request about 2 months ago
sharkdp opened this pull request about 2 months ago
Simplify quote annotator logic for list expression
dhruvmanila opened this pull request about 2 months ago
dhruvmanila opened this pull request about 2 months ago
Reverse order of `__contains__` arguments
charliermarsh opened this pull request about 2 months ago
charliermarsh opened this pull request about 2 months ago
Wrong fix for PLC2801
bebound opened this issue about 2 months ago
bebound opened this issue about 2 months ago
[red-knot] Refactoring the inference logic of lexicographic comparisons
cake-monotone opened this pull request about 2 months ago
cake-monotone opened this pull request about 2 months ago
Issue with new `PYI034` autofix when first param is annotated
Avasam opened this issue about 2 months ago
Avasam opened this issue about 2 months ago
Drive by typo fix
hauntsaninja opened this pull request about 2 months ago
hauntsaninja opened this pull request about 2 months ago
Update pre-commit dependencies
renovate[bot] opened this pull request about 2 months ago
renovate[bot] opened this pull request about 2 months ago
Update dependency tomli to v2.1.0
renovate[bot] opened this pull request about 2 months ago
renovate[bot] opened this pull request about 2 months ago
Update Rust crate bstr to v1.11.0
renovate[bot] opened this pull request about 2 months ago
renovate[bot] opened this pull request about 2 months ago
Update NPM Development dependencies
renovate[bot] opened this pull request about 2 months ago
renovate[bot] opened this pull request about 2 months ago
Update dependency ruff to v0.7.4
renovate[bot] opened this pull request about 2 months ago
renovate[bot] opened this pull request about 2 months ago