mirror of https://github.com/astral-sh/ruff
Update tutorial.md (#4055)
This commit is contained in:
parent
82abbc7234
commit
b7a57ce120
|
|
@ -8,9 +8,9 @@ detailed overview, see [_Configuration_](configuration.md).
|
||||||
Let's assume that our project structure looks like:
|
Let's assume that our project structure looks like:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
numbers/
|
numbers
|
||||||
__init__.py
|
├── __init__.py
|
||||||
numbers.py
|
└── numbers.py
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `numbers.py` contains the following code:
|
Where `numbers.py` contains the following code:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue