Hello there! I have an
$ uv run black f.py -vvv
Identified `p` as project root containing a .git directory.
Using configuration from project root.
line_length: 100
target_version: ['py312', 'py313', 'py314']
Found input source: "f.py"
Traceback (most recent call last):
File "src/black/__init__.py", line 909, in reformat_one
File "src/black/__init__.py", line 952, in format_file_in_place
File "src/black/__init__.py", line 1078, in format_file_contents
File "src/black/__init__.py", line 1214, in format_str
File "src/black/__init__.py", line 1225, in _format_str_once
File "src/black/parsing.py", line 98, in lib2to3_parse
black.parsing.InvalidInput: Cannot parse for target version Python 3.14: 25:12: <!DOCTYPE html>
error: cannot format f.py: Cannot parse for target version Python 3.14: 25:12: <!DOCTYPE html>
Oh no! :boom: :broken_heart: :boom:
1 file failed to reformat.
issue - but https://black.vercel.app/?version=main works as expected ๐
... but it is outdated (Stable: 25.1.0 | Main: @314f8c, https://github.com/psf/black/commit/314f8c is from May 2025)
I am guessing that I have the correct executable - and not some "messed up" one
{ url = "https://files.pythonhosted.org/packages/e4/3d/51bdb3ecbfadfaf825ec0c75e1de6077422b4afa2091c6c9ba34fbfc0c2d/black-26.1.0-py3-none-any.whl", hash = "sha256:1054e8e47ebd686e078c0bb0eaf31e6ce69c966058d122f2c0c950311f9f3ede", ...
Idk - should I open an issue to discuss? or talk here?