black/tests/data
GiGaGon e5e5dad792
Fix await ellipses and remove async/await soft keyword/identifier support (#4676)
* Update tokenize.py

* Update driver.py

* Update test_black.py

* Update test_black.py

* Update python37.py

* Update tokenize.py

* Update CHANGES.md

* Update CHANGES.md

* Update faq.md

* Update driver.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-06-05 18:50:42 -07:00
..
cases Fix await ellipses and remove async/await soft keyword/identifier support (#4676) 2025-06-05 18:50:42 -07:00
gitignore_used_on_multiple_sources Apply .gitignore correctly in every source entry (#3336) 2022-11-04 22:09:59 -07:00
ignore_directory_gitignore_tests fix: Enhace black efficiently to skip directories listed in .gitignore (#4415) 2024-08-02 09:24:39 -07:00
ignore_subfolders_gitignore_tests Compare each .gitignore found with an appropiate relative path (#3338) 2022-11-08 07:50:04 -08:00
include_exclude_tests Do not use gitignore if explicitly passing excludes (#2170) 2021-05-07 14:54:21 +02:00
invalid_gitignore_tests Present a more user-friendly error if .gitignore is invalid (#2414) 2021-08-20 19:54:53 -04:00
invalid_nested_gitignore_tests Present a more user-friendly error if .gitignore is invalid (#2414) 2021-08-20 19:54:53 -04:00
jupyter Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
line_ranges_formatted Support formatting specified lines (#4020) 2023-11-06 18:05:25 -08:00
miscellaneous Replace the blib2to3 tokenizer with pytokens (#4536) 2025-03-15 17:41:19 -07:00
nested_gitignore_tests Fix: black only respects the root gitignore. (#2225) 2021-05-16 13:51:27 -04:00
project_metadata Infer target version based on project metadata (#3219) 2023-01-31 18:00:17 -08:00
empty_pyproject.toml Support pyproject.toml 2018-06-06 17:02:10 -07:00
incorrect_spelling.toml Show warning on invalid toml configuration (#4165) 2024-01-25 16:41:37 -08:00
invalid_line_ranges.toml Support formatting specified lines (#4020) 2023-11-06 18:05:25 -08:00