I have old code from 2020 which used 'attr' lib in Black.
folder of 'attr':
$ ls
_cmp.py converters.py filters.py __init__.pyi setters.py _version_info.py
_cmp.pyi converters.pyi filters.pyi _make.py setters.pyi _version_info.pyi
_compat.py exceptions.py _funcs.py _next_gen.py validators.py
_config.py exceptions.pyi __init__.py py.typed validators.pyi
I dont see .pyc files created here! so its not used?
I have old code from 2020 which used 'attr' lib in Black.
folder of 'attr':
I dont see .pyc files created here! so its not used?