mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
- `pyproject.toml` is supported by isort and black, and lets us call those tools without supplying a ton of arguments. - `.editorconfig` is supported by a wide range of editors, and can automatically set per-project configuration. - `.pyre_configuration` is used by pyre. - I added test discovery to the `setup.py` file, which required some extra `__init__.py` files. |
||
|---|---|---|
| .. | ||
| nodes | ||
| parser | ||
| testing | ||
| tests | ||
| __init__.py | ||
| _add_slots.py | ||
| _base_visitor.py | ||
| _maybe_sentinel.py | ||
| _removal_sentinel.py | ||
| _tabs.py | ||
| exceptions.py | ||
| helpers.py | ||
| tool.py | ||