it is feature complete and I don't plan on updating it further
flake8 plugin which forbids match statements (PEP 634)
pip install flake8-match
Code | Description |
---|---|
MAT001 | do not use match statements |
lol
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [flake8-match==1.0.0]