File: .fixit.config.yaml

package info (click to toggle)
python-libcst 1.4.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,928 kB
  • sloc: python: 76,235; makefile: 10; sh: 2
file content (10 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
block_list_patterns:
- '@generated'
- '@nolint'
block_list_rules: ["UseFstringRule", "CompareSingletonPrimitivesByIsRule"]
fixture_dir: ./fixtures
formatter: ["black", "-"]
packages:
- fixit.rules
repo_root: libcst
rule_config: {}