List Question
20 TechQA 2024-03-29T11:07:52.377000just: error: Justfile does not contain recipes when pre-committing
68 views
Asked by amiola
How do I isort using ruff?
255 views
Asked by Hai Vu
Python Linter to catch user shadowed function names
116 views
Asked by John Moutafis
How to get git commit hash in a secure way in Python
83 views
Asked by Ernest P W
How to suppress "Line too long" warning (pyright-extended) in Replit Python?
196 views
Asked by Snostorp
How to ignore ruff errors in jupyter notebook in VSCode?
256 views
Asked by Shai Avr
How can I suppress ruff linting on a block of code
665 views
Asked by db_
Sort imports alphabetically with ruff
1.7k views
Asked by alan
Using Ruff Linter with Python in VS Code
2.7k views
Asked by Nick Nelson
Enable ruff rules only on specific files
211 views
Asked by Frank Meulenaar
How do I disable D100 and or C0111 with ruff?
149 views
Asked by red888
How to remove trailing comma for Python code formatter Ruff
284 views
Asked by Michael Xia
Ignore specific rules in specific directory with Ruff
2.5k views
Asked by AMA
How do I stop the ruff linter from moving imports into a TYPE CHECKING if block?
996 views
Asked by Tom McLean
Is it possible to reformat python __all__ statement with ruff to make it multiline?
89 views
Asked by Михаил Павлов
Can I Sort work with Ruff formatter? (not linter)
1.2k views
Asked by Danilo Bassi
how to auto format E501 line too long (89 > 88 characters) in pre-commit?
1.5k views
Asked by Akash Pagar
How to make ruff to use f-string instead str.format?
649 views
Asked by alanwilter
Ruff doesn't catch undefined argument to function
1k views
Asked by tandem
Is there a lint rule for python that automatically detects list +operator concatenation and suggests using spread
65 views
Asked by Tomi Kokkonen