LibCST/libcst
Benjamin Woodruff 76b5ac0de2 Add config files to make tools easier to use
- `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.
2019-07-22 19:53:49 -07:00
..
nodes Add config files to make tools easier to use 2019-07-22 19:53:49 -07:00
parser Add config files to make tools easier to use 2019-07-22 19:53:49 -07:00
testing Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tests Add config files to make tools easier to use 2019-07-22 19:53:49 -07:00
__init__.py Export maybe and removal sentinels from __init__ 2019-07-22 19:53:49 -07:00
_add_slots.py Fix issue with @add_slots and py3.7 2019-06-03 15:43:28 -07:00
_base_visitor.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_maybe_sentinel.py Better serialization for MaybeSentinel 2019-06-03 15:43:55 -07:00
_removal_sentinel.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
exceptions.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
helpers.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tool.py Hand-roll print instead of using implicit repr, allowing us to filter 2019-06-05 14:25:29 -07:00