mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
10 lines
231 B
YAML
10 lines
231 B
YAML
block_list_patterns:
|
|
- '@generated'
|
|
- '@nolint'
|
|
block_list_rules: ["UseFstringRule", "CompareSingletonPrimitivesByIsRule"]
|
|
fixture_dir: ./fixtures
|
|
formatter: ["black", "-"]
|
|
packages:
|
|
- fixit.rules
|
|
repo_root: libcst
|
|
rule_config: {}
|