A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
142 B

  1. version = 1
  2. test_patterns = [
  3. '/tests/*'
  4. ]
  5. exclude_patterns = [
  6. ]
  7. [[analyzers]]
  8. name = 'python'
  9. enabled = true
  10. runtime_version = '3.x.x'