This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
mirror of
https://github.com/astral-sh/ruff
synced
2026-01-21 05:20:49 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0aa356c96c1996ff30d86d69a37d93ba94d8e2f6
ruff
/
src
History
Charlie Marsh
0aa356c96c
Avoid converting expression to statement in invald contexts (
#1239
)
2022-12-14 13:57:25 -05:00
..
ast
…
autofix
Apply fix to all errors in E711 and E712 autofix (
#1238
)
2022-12-14 13:29:56 -05:00
cst
…
docstrings
…
eradicate
…
flake8_2020
…
flake8_annotations
…
flake8_bandit
…
flake8_blind_except
…
flake8_boolean_trap
…
flake8_bugbear
Avoid converting expression to statement in invald contexts (
#1239
)
2022-12-14 13:57:25 -05:00
flake8_builtins
…
flake8_comprehensions
…
flake8_debugger
…
flake8_import_conventions
…
flake8_print
…
flake8_quotes
…
flake8_return
…
flake8_simplify
…
flake8_tidy_imports
…
flake8_unused_arguments
…
isort
…
lex
…
mccabe
…
pep8_naming
…
pycodestyle
Apply fix to all errors in E711 and E712 autofix (
#1238
)
2022-12-14 13:29:56 -05:00
pydocstyle
…
pyflakes
…
pygrep_hooks
…
pylint
…
python
…
pyupgrade
…
ruff
…
settings
…
vendored
…
cache.rs
…
check_ast.rs
Avoid converting expression to statement in invald contexts (
#1239
)
2022-12-14 13:57:25 -05:00
check_imports.rs
…
check_lines.rs
…
check_tokens.rs
…
checks_gen.rs
…
checks.rs
…
cli.rs
…
code_gen.rs
…
commands.rs
…
directives.rs
…
fs.rs
…
iterators.rs
…
lib.rs
…
linter.rs
…
logging.rs
…
main.rs
Apply CLI options even when no pyproject.toml is found (
#1232
)
2022-12-13 22:55:04 -05:00
message.rs
…
noqa.rs
…
printer.rs
…
resolver.rs
…
rustpython_helpers.rs
…
source_code_locator.rs
…
updates.rs
…
visibility.rs
…