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
Add methods to iter over f-string elements
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
Invalid fix for `PYI053` for f-strings
dhruvmanila opened this issue 11 months ago
dhruvmanila opened this issue 11 months ago
PLE0237 false positive
henryiii opened this issue 11 months ago
henryiii opened this issue 11 months ago
Add release script
zanieb opened this pull request 11 months ago
zanieb opened this pull request 11 months ago
Re-code `flake8-trio` and `flake8-async` rules to match upstream
charliermarsh opened this issue 11 months ago
charliermarsh opened this issue 11 months ago
Feature Request: Rule to avoid module coupling
ndrluis opened this issue 11 months ago
ndrluis opened this issue 11 months ago
FA102 errors eventhough requires-python in pyproject.toml is ">=3.12"
SimonMarynissen opened this issue 11 months ago
SimonMarynissen opened this issue 11 months ago
Infinite loop with invalid syntax
jc-louis opened this issue 11 months ago
jc-louis opened this issue 11 months ago
[`pycodestyle`] Implement `redundant-backslash` (`E502`)
augustelalande opened this pull request 11 months ago
augustelalande opened this pull request 11 months ago
[`pycodestyle`] Avoid blank line rules for the first logical line in cell
hoel-bagard opened this pull request 11 months ago
hoel-bagard opened this pull request 11 months ago
PEP 585 usages of `list`, `tuple`, `type`, etc. in type aliases are not flagged when `requires-python` includes `< 3.9`.
jagerber48 opened this issue 11 months ago
jagerber48 opened this issue 11 months ago
Add logging level to see which rule(s) changed particular source line(s)
ssteinerx opened this issue 11 months ago
ssteinerx opened this issue 11 months ago
Fix E203 false positive for slices in format strings
sciyoshi opened this pull request 11 months ago
sciyoshi opened this pull request 11 months ago
Add support for string type hint in typing.Annotated
minmax opened this issue 11 months ago
minmax opened this issue 11 months ago
E203 false positives for slices in format strings
sciyoshi opened this issue 11 months ago
sciyoshi opened this issue 11 months ago
`--fix --unsafe-fixes` that converts lambda to function (rule E731) removes underscores from numbers.
dwreeves opened this issue 11 months ago
dwreeves opened this issue 11 months ago
Formatter: Improve single-with item formatting for Python 3.8 or older
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
ruff format removes trailing whitespace in doctests
peterjc opened this issue 11 months ago
peterjc opened this issue 11 months ago
Fix unstable with-items formatting
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Format breaks f-string with literal strings inside (versions 0.3.0 and 0.3.1)
mvaled opened this issue 11 months ago
mvaled opened this issue 11 months ago
`line-too-long` (`E501`) - conflicts with formatter
DetachHead opened this issue 11 months ago
DetachHead opened this issue 11 months ago
Remove deprecated parsing list functions
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
Encapsulate `Program` fields
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
Assert the parser is at augmented assign token
dhruvmanila opened this pull request 11 months ago
dhruvmanila opened this pull request 11 months ago
Unnecessary "ANN101 Missing type annotation for `self` in method"
artemiogr97 opened this issue 11 months ago
artemiogr97 opened this issue 11 months ago
Ruff has unstable results with target-version (normally hidden by caching)
aneeshusa opened this issue 11 months ago
aneeshusa opened this issue 11 months ago
isort counts third party imports as local when inside submodules with the same name
mmerickel opened this issue 11 months ago
mmerickel opened this issue 11 months ago
Avoid repeating function calls in f-string conversions
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Update parser to have Notebook context
dhruvmanila opened this issue 11 months ago
dhruvmanila opened this issue 11 months ago
[`pyupgrade`] Allow fixes for f-string rule regardless of line length (`UP032`)
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
[`pylint`] Implement `too-many-lines` (`PLC0302`)
augustelalande opened this pull request 11 months ago
augustelalande opened this pull request 11 months ago
(🎁) Rule for class member definition order
KotlinIsland opened this issue 11 months ago
KotlinIsland opened this issue 11 months ago
Add contact github username for ecosystem checks
ThiefMaster opened this issue 11 months ago
ThiefMaster opened this issue 11 months ago
UP032 became less useful in v0.3.1
ThiefMaster opened this issue 11 months ago
ThiefMaster opened this issue 11 months ago
UP032 complains about format args performing function calls
ThiefMaster opened this issue 11 months ago
ThiefMaster opened this issue 11 months ago
Set maturin version in `release.yaml`
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Track quoting style in the tokenizer
AlexWaygood opened this pull request 11 months ago
AlexWaygood opened this pull request 11 months ago
False positive TCH004
tlambert03 opened this issue 11 months ago
tlambert03 opened this issue 11 months ago
Include actual conditions in E712 diagnostics
tjkuson opened this pull request 11 months ago
tjkuson opened this pull request 11 months ago
False positive for unused import when bringing things forward in __init__.py
robvdl opened this issue 11 months ago
robvdl opened this issue 11 months ago
Bump version to v0.3.1
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
DTZ005 false postitive for `tz=None`
adriangb opened this issue 11 months ago
adriangb opened this issue 11 months ago
Cython support
MichaReiser opened this issue 11 months ago
MichaReiser opened this issue 11 months ago
Fix `ruff-action` documentation to consistently use `args` instead of `options`
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Make rule PT012 example clearer
eerovaher opened this pull request 11 months ago
eerovaher opened this pull request 11 months ago
Add an option to warn about each undefined name only once
Beliavsky opened this issue 11 months ago
Beliavsky opened this issue 11 months ago
Github action documentation refers to 'options' instead of 'args'
elliot-100 opened this issue 11 months ago
elliot-100 opened this issue 11 months ago
C414 --fix is also unsafe for sorted(reversed(iterable)), and other issues encountered when comparing with shed
jakkdl opened this issue 11 months ago
jakkdl opened this issue 11 months ago
Add encoding when opening files in generate_mkdocs.py
augustelalande opened this pull request 11 months ago
augustelalande opened this pull request 11 months ago
[`pycodestyle`] Implement `blank-line-at-end-of-file` (`W391`)
augustelalande opened this pull request 11 months ago
augustelalande opened this pull request 11 months ago
Improve clarity of `PT006`'s error message
trag1c opened this issue 11 months ago
trag1c opened this issue 11 months ago
Using "ruff format" with stdin
Ga68 opened this issue 11 months ago
Ga68 opened this issue 11 months ago
VS Code duplicate code format on save
james-berkheimer opened this issue 11 months ago
james-berkheimer opened this issue 11 months ago
File-scoped `flake8: noqa` directive with comment is not recognized
tylerlaprade opened this issue 11 months ago
tylerlaprade opened this issue 11 months ago
[`pyupgrade`] Generate diagnostic for all valid f-string conversions regardless of line-length (`UP032`)
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
How to install ruff on debian if it is not packaged, and pip3 complains about "virtual environments"?
ardabro opened this issue 11 months ago
ardabro opened this issue 11 months ago
UP032 Failing to Detect `format` based on Length
max-muoto opened this issue 11 months ago
max-muoto opened this issue 11 months ago
Feature Request: Rule for Flagging Missing Required Parameters in Function Calls
gtupak opened this issue 11 months ago
gtupak opened this issue 11 months ago
docs: fix a rustdoc typo in C409 rule
ooooo-create opened this pull request 11 months ago
ooooo-create opened this pull request 11 months ago
Import of annotations from __future__ incorrectly enables use of | inplace of Optional
daveisfera opened this issue 11 months ago
daveisfera opened this issue 11 months ago
`FBT003` should not fire on `NamedTuple`s
tylerlaprade opened this issue 11 months ago
tylerlaprade opened this issue 11 months ago
[proposal] Split ASYNC101 into 3 separate rules
artificial-aidan opened this issue 11 months ago
artificial-aidan opened this issue 11 months ago
Remove `Expr` postfix from `ExprNamed`, `ExprIf`, and `ExprGenerator`
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
E302 and E305 cause the linter and formatter to make conflicting changes in notebooks
vancromy opened this issue 11 months ago
vancromy opened this issue 11 months ago
Linting for yaml and toml file
VascoSch92 opened this issue 11 months ago
VascoSch92 opened this issue 11 months ago
cache: tweak generated .gitignore
dspicher opened this pull request 11 months ago
dspicher opened this pull request 11 months ago
disable formatting lints (a single option)
KDruzhkin opened this issue 11 months ago
KDruzhkin opened this issue 11 months ago
Bump the actions group with 1 update
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
PGH005: False positive in case of `requests-mock` fixture `called_once` property/attribute
Taragolis opened this issue 11 months ago
Taragolis opened this issue 11 months ago
Bump insta from 1.35.1 to 1.36.1
dependabot[bot] opened this pull request 11 months ago
dependabot[bot] opened this pull request 11 months ago
Refine SemanticModel lifetime bounds
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Remove trailing space from `CapWords` message
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Move shell expansion into `--config` lookup
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
`docs`: update docker release version
hoel-bagard opened this pull request 11 months ago
hoel-bagard opened this pull request 11 months ago
`docs`: remove `.` from check and format commands
hoel-bagard opened this pull request 11 months ago
hoel-bagard opened this pull request 11 months ago
Accept a PEP 440 version specifier for required-version
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
[`pep8_naming`] Add fixes `N804` and `N805`
GtrMo opened this pull request 11 months ago
GtrMo opened this pull request 11 months ago
refactor: Use `QualifiedName` for `Imported::call_path`
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Remove unneeded lifetime bounds
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
[`refurb`] Implement `list_assign_reversed` lint (FURB187)
alex-700 opened this pull request 11 months ago
alex-700 opened this pull request 11 months ago
Harmonize E301 check with format in --preview mode?
jab opened this issue 11 months ago
jab opened this issue 11 months ago
Split `CallPath` into `QualifiedName` and `UnqualifiedName`
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Skip another invalid notebook in the OpenAI repository
zanieb opened this pull request 11 months ago
zanieb opened this pull request 11 months ago
[`pycodestyle`] Fix indentation in #10096
hoel-bagard opened this pull request 11 months ago
hoel-bagard opened this pull request 11 months ago
RUF022 `__all__` is not sorted: odd sorting algorithm
ilius opened this issue 11 months ago
ilius opened this issue 11 months ago
Avoid false-positives for parens-on-raise with `future.exception()`
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
`futures.exception()` is flagged as "unnecessary parens on exception"
charliermarsh opened this issue 11 months ago
charliermarsh opened this issue 11 months ago
Run `cargo update`
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
Respect external codes in file-level exemptions
charliermarsh opened this pull request 11 months ago
charliermarsh opened this pull request 11 months ago
`# flake8: noqa` top-of-the-file comment doesn't respect `external` config
Avasam opened this issue 11 months ago
Avasam opened this issue 11 months ago
CallPath newtype wrapper
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
[`flake8-quotes`] Deactivate `Q000` in `Q002`-tests
robincaloudis opened this pull request 11 months ago
robincaloudis opened this pull request 11 months ago
[`flake8-quotes`] Fix Autofix Error (`Q000, Q002`)
robincaloudis opened this pull request 11 months ago
robincaloudis opened this pull request 11 months ago
Use TokenKinds where possible
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Update README.md, add Kraken Tech
jbkkd opened this pull request 11 months ago
jbkkd opened this pull request 11 months ago
ruff format: whitespace before `:` (PEP 8: E203)
Zerotask opened this issue 11 months ago
Zerotask opened this issue 11 months ago
Remove Option from `Indexer::from_tokens`
MichaReiser opened this pull request 11 months ago
MichaReiser opened this pull request 11 months ago
Check for use of `debugpy` and `ptvsd` debug modules (#10177)
jeremy-hiatt opened this pull request 11 months ago
jeremy-hiatt opened this pull request 11 months ago
[`pylint`] Implement `bad-super-call` (`PLE1003`)
chanman3388 opened this pull request 11 months ago
chanman3388 opened this pull request 11 months ago
Support range in required-version setting
kujenga opened this issue 11 months ago
kujenga opened this issue 11 months ago