mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 02:12:22 +00:00
Add plugin configuration to flake8-to-ruff (#535)
This commit is contained in:
parent
2d83f99dbf
commit
bad5723d80
7 changed files with 60 additions and 5 deletions
|
@ -17,3 +17,5 @@ exclude =
|
|||
test_fstring.py,
|
||||
bad_coding2.py,
|
||||
badsyntax_*.py
|
||||
ignore_names = foo, bar
|
||||
quotes = double
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue