Last updated:
0 purchases
pysenplugins 2024.7.17
pysen-plugins
Installation
pip install pysen-plugins
Usage
Add tool.pysen.plugin section to your pyproject.toml.
[tool.pysen]
version = "0.10"
[tool.pysen.plugin.clang_format]
function = "pysen_plugins::clang_format"
Note: You need to install the underlying commands (e.g. clang-format) manually.
plugins
C++
clang_format (lint, format)
CMake
cmake_format (lint, format)
Go
golint (lint)
goreturns (lint, format)
HTML
prettier (lint, format)
tidy (lint, format)
JavaScript
prettier (lint, format)
JSON
jq (lint, format)
prettier (lint, format)
Python
mypy_init_check (lint)
mypy_simple (lint)
pylint (lint)
ruff (lint, format)
customizable_builtins (lint, format)
black
isort
flake8
mypy
Shell script
shellcheck (lint)
shfmt (lint, format)
TypeScript
prettier (lint, format)
XML
tidy (lint, format)
YAML
prettier (lint, format)
ruamel_yaml (lint, format)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.