Skip to content

Commit e1e07e8

Browse files
rchen152meta-codesync[bot]
authored andcommitted
Use better examples of ignore directives in permissive-ignores documentation
Summary: `# pyre-ignore` is unlikely to be interesting to external users, and `# mypy: ignore` doesn't exist. Reviewed By: ndmitchell Differential Revision: D103356992 fbshipit-source-id: 74b0374cb4cdcf05348c9ef85ec102c71cc01650
1 parent 2b1cad3 commit e1e07e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ Path to the root of the repository.
909909

910910
### `permissive-ignores`
911911

912-
Should Pyrefly ignore errors based on annotations from other tools, e.g. `# pyre-ignore` or `# mypy: ignore`?
912+
Should Pyrefly ignore errors based on annotations from other tools, e.g. `# pyright: ignore` or `# ty: ignore`?
913913
By default, respects `# pyrefly: ignore` and `# type: ignore`.
914914
Enabling this option is equivalent to passing the names of all tools to `enabled-ignores`.
915915

0 commit comments

Comments
 (0)