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
Set PowerPC Page Size to 64KB
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Allow banning of certain builtins in "banned-api"
jonathanslenders opened this issue 11 months ago
jonathanslenders opened this issue 11 months ago
PLW0602 false positive
rbubley opened this issue 11 months ago
rbubley opened this issue 11 months ago
[Infinite loop] for pyi file
gaborbernat opened this issue 11 months ago
gaborbernat opened this issue 11 months ago
Race condition between ruff and isort in VScode
jazzlw opened this issue 11 months ago
jazzlw opened this issue 11 months ago
Added Image Augmentation library Albumentations (13k stars) to Readme to "Who is using Ruff" section
ternaus opened this pull request 11 months ago
ternaus opened this pull request 11 months ago
PLR0203: Delete entire statement, including semicolons
sanxiyn opened this pull request 11 months ago
sanxiyn opened this pull request 11 months ago
PowerPC pip package is not suitable for systems with 64 KiB pages
nwf opened this issue 11 months ago
nwf opened this issue 11 months ago
ERA001 false positive on examples in comments
9999years opened this issue 11 months ago
9999years opened this issue 11 months ago
docs: overload-with-docstring does not really explain "why this is bad"
pawamoy opened this issue 11 months ago
pawamoy opened this issue 11 months ago
Additional comment to noqa added by ruff
ashrub-holvi opened this issue 11 months ago
ashrub-holvi opened this issue 11 months ago
RUF009 triggers for intentional constant computation
RonnyPfannschmidt opened this issue 11 months ago
RonnyPfannschmidt opened this issue 11 months ago
Suspicious lxml import (S410) misleading
stacy-rendall opened this issue 11 months ago
stacy-rendall opened this issue 11 months ago
T201: limit effectiveness in `__name__ = __main__` blocks
woodruffw opened this issue 11 months ago
woodruffw opened this issue 11 months ago
[`pycodestyle`] Allow `os.environ` modifications between imports (`E402`)
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Allow © in copyright notices
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Fix ecosystem
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
FURB171: Auto-fix deletes comments
mrcljx opened this issue 11 months ago
mrcljx opened this issue 11 months ago
CPY001: copyright without a year
nijel opened this issue 11 months ago
nijel opened this issue 11 months ago
CPY001: recognize copyright unicode symbol
nijel opened this issue 11 months ago
nijel opened this issue 11 months ago
Detect literals with unary operators (UP018)
sanxiyn opened this pull request 11 months ago
sanxiyn opened this pull request 11 months ago
`module-import-not-at-top-of-file` ignore after `os.environ`
Pastells opened this issue 11 months ago
Pastells opened this issue 11 months ago
(🐞) Mysterious "error: Failed to create fix for MetaClassABCMeta: Unable to insert `ABC` into scope due to name conflict" failure
KotlinIsland opened this issue 11 months ago
KotlinIsland opened this issue 11 months ago
feat(ERA001): detect single-line code for try:, except:, etc.
omh1280 opened this pull request 11 months ago
omh1280 opened this pull request 11 months ago
ERA001: detect single-line code for try:, except:, etc.
omh1280 opened this issue 11 months ago
omh1280 opened this issue 11 months ago
fix(ERA001): detect commented out `case` statements, add more one-line support
omh1280 opened this pull request 11 months ago
omh1280 opened this pull request 11 months ago
Omit repeated equality comparison for sys
arjunnn opened this pull request 11 months ago
arjunnn opened this pull request 11 months ago
Feature request: Allow separate line length for formatting
Hubro opened this issue 11 months ago
Hubro opened this issue 11 months ago
Add interrogate to ruff rules
HenriqueAJNB opened this issue 11 months ago
HenriqueAJNB opened this issue 11 months ago
Fix for `D413` introduces whitespace
jhossbach opened this issue 11 months ago
jhossbach opened this issue 11 months ago
Do multiline string test for W293 too
sanxiyn opened this pull request 11 months ago
sanxiyn opened this pull request 11 months ago
Add Micha as owner to formatter and parser
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Bump ureq from 2.9.5 to 2.9.6
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Bump clap from 4.5.0 to 4.5.1
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Bump syn from 2.0.48 to 2.0.49
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Bump semver from 1.0.21 to 1.0.22
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Bump anyhow from 1.0.79 to 1.0.80
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Update line break heuristic when f-string has conversion flag
dhruvmanila opened this issue 11 months ago
dhruvmanila opened this issue 11 months ago
E203: conflicts with formatter
MichaReiser opened this issue 11 months ago
MichaReiser opened this issue 11 months ago
Update line break heuristic when f-string has format specifier
dhruvmanila opened this issue 11 months ago
dhruvmanila opened this issue 11 months ago
`blank-line-between-methods` (`E301`) & `blank-lines-top-level` (`E302`) - conflicts with formatter on `.pyi` files
DetachHead opened this issue 11 months ago
DetachHead opened this issue 11 months ago
(🐞) blank-line-with-whitespace (W293) fix is highly unsafe
KotlinIsland opened this issue 11 months ago
KotlinIsland opened this issue 11 months ago
new rule - `no-cls-use`
DetachHead opened this issue 11 months ago
DetachHead opened this issue 11 months ago
Replace LALRPOP parser with hand-written parser
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
Config override key flag does not work for `extend` option
ofek opened this issue 11 months ago
ofek opened this issue 11 months ago
[Infinite loop] by the rule codes E302
Fokko opened this issue 11 months ago
Fokko opened this issue 11 months ago
[`flake8-class-newline`] Add new flake8 plugin.
augustelalande opened this pull request 11 months ago
augustelalande opened this pull request 11 months ago
Consider updating known rules that conflict with formatter
ofek opened this issue 11 months ago
ofek opened this issue 11 months ago
`ERA001` does not detect commented out `case` statements
dosisod opened this issue 11 months ago
dosisod opened this issue 11 months ago
Remove rule S410
ofek opened this issue 11 months ago
ofek opened this issue 11 months ago
`UP018` doesn't detect integers literals used with unary operators
dosisod opened this issue 11 months ago
dosisod opened this issue 11 months ago
[`ruff`] Implement compound comparison rule (`RUF029`)
tjkuson opened this pull request 11 months ago
tjkuson opened this pull request 11 months ago
Allow boolean positionals in `__post_init__`
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Keep single-line signatures when body is an Ellipsis (`...`) in `.py` files
etienneschalk opened this issue 11 months ago
etienneschalk opened this issue 11 months ago
PLW1641: false positive for classes inheriting from builtins
spaceone opened this issue 11 months ago
spaceone opened this issue 11 months ago
Remove inner abstraction layer from string nodes
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
RUF027: false positive for gettext translation strings
spaceone opened this issue 11 months ago
spaceone opened this issue 11 months ago
Support `ruff rule FURB --all`
spaceone opened this issue 11 months ago
spaceone opened this issue 11 months ago
CPY001: allow SPDX copyright identifiers
spaceone opened this issue 11 months ago
spaceone opened this issue 11 months ago
CPY001: ignore empty files like `__init__.py`.
spaceone opened this issue 11 months ago
spaceone opened this issue 11 months ago
perf(lexer): maybe faster identifiers
sno2 opened this pull request 11 months ago
sno2 opened this pull request 11 months ago
Bump version to v0.2.2
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
PLR1714 fixing sometimes breaks mypy checks
RonnyPfannschmidt opened this issue 11 months ago
RonnyPfannschmidt opened this issue 11 months ago
Add exclusions for D103
clairem-sl opened this issue 11 months ago
clairem-sl opened this issue 11 months ago
Request: Implement deptry / pip-check-reqs
adamtheturtle opened this issue 11 months ago
adamtheturtle opened this issue 11 months ago
The option lines-after-imports does not work after if block
BranislavBajuzik opened this issue 11 months ago
BranislavBajuzik opened this issue 11 months ago
Bug report: I001 not working properly
mvadari opened this issue 11 months ago
mvadari opened this issue 11 months ago
Bug(?): FBT001 for a dataclass
Spectre5 opened this issue 11 months ago
Spectre5 opened this issue 11 months ago
Feature Request: Custom Init Methods (D105 vs D107)
Spectre5 opened this issue 11 months ago
Spectre5 opened this issue 11 months ago
Feature Request: Custom Whitelist for Magic Numbers (PLR2004)
Spectre5 opened this issue 11 months ago
Spectre5 opened this issue 11 months ago
Ruff VSCode extension(v2024.10.0) adds a blank line at the end when formatting cell
Fresh-Mint opened this issue 11 months ago
Fresh-Mint opened this issue 11 months ago
docs: Formatter compatibility warning for D207 and D300
arkuhn opened this pull request 11 months ago
arkuhn opened this pull request 11 months ago
Add visitor method for `FStringFormatSpec`
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
chore(docs): update Discord invite to permalink
JacobCoffee opened this pull request 12 months ago
JacobCoffee opened this pull request 12 months ago
Support .netrc files for authenatication
janbernloehr opened this issue 12 months ago
janbernloehr opened this issue 12 months ago
[`pylint`] Implement `if-stmt-min-max` (`PLR1730`, `PLR1731`)
tibor-reiss opened this pull request 12 months ago
tibor-reiss opened this pull request 12 months ago
Combine lines when removing unnecessary imports
Beliavsky opened this issue 12 months ago
Beliavsky opened this issue 12 months ago
Preserve multiline strings in code generator
sanxiyn opened this pull request 12 months ago
sanxiyn opened this pull request 12 months ago
Break long property chains
winged opened this issue 12 months ago
winged opened this issue 12 months ago
B006 --fix --unsafe-fixes does not fix type to become Optional ( | None) (fails type check)
ehiggs opened this issue 12 months ago
ehiggs opened this issue 12 months ago
namespace-packages to supports globs
zawsq opened this issue 12 months ago
zawsq opened this issue 12 months ago
Fix SIM113 false positive with async for loops
adrienball opened this pull request 12 months ago
adrienball opened this pull request 12 months ago
SIM113 false positive with async for loops
adrienball opened this issue 12 months ago
adrienball opened this issue 12 months ago
bandit check seems to link arguments not function call
Borda opened this issue 12 months ago
Borda opened this issue 12 months ago
Move `RUF001`, `RUF002` to AST checker
dhruvmanila opened this pull request 12 months ago
dhruvmanila opened this pull request 12 months ago
Option to vertically format arguments if wrapped.
funkybob opened this issue 12 months ago
funkybob opened this issue 12 months ago
Import sorting is breaking file
theelderbeever opened this issue 12 months ago
theelderbeever opened this issue 12 months ago
Fix panic on RUF027
snowsignal opened this pull request 12 months ago
snowsignal opened this pull request 12 months ago
Indent nested binary expressions
MichaReiser opened this pull request 12 months ago
MichaReiser opened this pull request 12 months ago
New rule: dependency specification linting
QMalcolm opened this issue 12 months ago
QMalcolm opened this issue 12 months ago
split string module
MichaReiser opened this pull request 12 months ago
MichaReiser opened this pull request 12 months ago
Allow TODO Link for TD003 to be included in same line
severus-sn4pe opened this issue 12 months ago
severus-sn4pe opened this issue 12 months ago
`unsorted-imports` (`I001`) - does not detect duplicated imports when one of the imports is inside a `TYPE_CHECKING` block
DetachHead opened this issue 12 months ago
DetachHead opened this issue 12 months ago
Colorize `format --diff` output
MichaReiser opened this issue 12 months ago
MichaReiser opened this issue 12 months ago
Ruff using 50-100gb Ram
tomhamiltonstubber opened this issue 12 months ago
tomhamiltonstubber opened this issue 12 months ago
Use atomic write when persisting cache
MichaReiser opened this pull request 12 months ago
MichaReiser opened this pull request 12 months ago
Missing whitespace/newline detection at end of a long string split over multiple lines
swaldhoer opened this issue 12 months ago
swaldhoer opened this issue 12 months ago
Use name directly in RUF006
charliermarsh opened this pull request 12 months ago
charliermarsh opened this pull request 12 months ago
Fix(PERF102): earlier binding causes false positive when analyzing possible incorrect dict iterator
mikeleppane opened this pull request 12 months ago
mikeleppane opened this pull request 12 months ago
Expand `asyncio-dangling-task` (`RUF006`) to include `new_event_loop`
tyilo opened this pull request 12 months ago
tyilo opened this pull request 12 months ago