Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.01 KB

pyright.md

File metadata and controls

45 lines (31 loc) · 1.01 KB
description title layout
pyright is a linter for Python
Trunk | How to run pyright
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

pyright

pyright is a linter for Python.

You can enable the pyright linter with:

trunk check enable pyright

Auto Enabling

pyright will be auto-enabled if a pyrightconfig.json config file is present.

Settings

pyright supports the following config files:

  • pyrightconfig.json

You can move these files to .trunk/configs and trunk check will still find them. See Moving Linter Configs for more info.

Links