This projects intends to release a new PyPI package for each major and minor release of clang-format. Use with pipx You can use pipx to run clang-format, as well. For example, pipx run clang-format <args> will
clang-format just released version 19.1 in PyPI which affects some of our linting workflows (as mentioned iny-scope/clp#545) This PR updates the clang-format configuration to adapt the latest configuration changes: Deprecated options: ReplaceAlwaysBreakTemplateDeclarationswith the equivalentBreakTemplateD...
3 pypi镜像源 4 alinux镜像源 5 epel镜像源 6 debian镜像源 7 fedora镜像源 8 opensuse镜像源 9 kali镜像源 10 rockylinux镜像源 大家都在搜 neurodebian镜像源 qt镜像源 puppet镜像源 dotdeb镜像源 fedora镜像源 CPAN镜像源 deepin镜像源 msys2镜像源 calculate-linux镜像源 centos...
# use pipx to run clang-format from PyPI # this is a simple way to run the same clang-format version regardless of OS cmd = ['pipx', 'run', f'clang-format=={CLANG_FORMAT_VERSION}', f'--files={filepaths_file.name}'] if args.inplace_edit: cmd += ['-i'] else: cmd += ...