LibCST/libcst/_parser
dependabot[bot] be0b668d08
Bump black from 24.8.0 to 25.1.0 (#1290)
* Bump black from 24.8.0 to 25.1.0

Bumps [black](https://github.com/psf/black) from 24.8.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.8.0...25.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix formatting and tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amethyst Reese <amethyst@n7.gg>
2025-05-19 20:53:44 -04:00
..
conversions Fix parse error message for number parsing (#724) 2022-08-04 11:33:26 +01:00
parso Bump black from 24.8.0 to 25.1.0 (#1290) 2025-05-19 20:53:44 -04:00
tests Several trivial refactors (#770) 2022-09-14 14:33:45 +01:00
types Bump black from 23.12.1 to 24.8.0 (#1186) 2024-08-22 16:46:01 -07:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
base_parser.py Bump black from 23.12.1 to 24.8.0 (#1186) 2024-08-22 16:46:01 -07:00
custom_itertools.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
detect_config.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
entrypoints.py Switch default parser implementation to native (#929) 2023-05-25 18:24:59 +01:00
grammar.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
production_decorator.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
py_whitespace_parser.py fix copyright headers and add a script to check (#635) 2022-02-01 11:13:17 +00:00
python_parser.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
whitespace_parser.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
wrapped_tokenize.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00