[ 原始碼: yapf ]
套件:python3-yapf(0.40.2-1)
public modules for yapf (Python 3)
Yapf is a tool that reformats code to the best formatting that conforms to the style guide. It is not only concerned with lint errors, but also with the stylistic appearance of Python code. The idea is also similar to the 'gofmt' tool for the Go programming language. This package installs the tool for Python 2.
This package provides the modules for Python 3.
其他與 python3-yapf 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-platformdirs (>= 3.5.1)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-tomli
- lil' TOML parser for Python