pyproject.toml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [build-system]
  2. requires = ["setuptools>=61.2"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.codespell]
  5. # The configuration must be kept here to ensure that
  6. # `codespell` can be run as a standalone program from the CLI
  7. # with the appropriate default options.
  8. skip = "*/langs/*,*/build/exe/*,**.log,*.pdf,*dev/resources/*,*.phar,*.z,*.gz,*.sql,*.svg,*htdocs/includes/*,*/textiso.txt,*.js,*README-*,*build/rpm/*spec,*build/pad/*ml,*htdocs/includes/phpoffice/*,*htdocs/includes/tecnickcom/*,*dev/initdemo/removeconfdemo.sh,*dev/tools/codespell/*,*pyproject.toml,*build/exe/*,*fontawe*,*htdocs/theme/*/flags-sprite.inc.php,*dev/setup/codetemplates/codetemplates.xml,*/php.ini,*/html_cerfafr.*,*/lessc.class.php,*.asciidoc,*.xml,*opensurvey/css/style.css"
  9. quiet-level=2
  10. ignore-regex = '\\[fnrstv]'
  11. builtin = "clear,rare,informal,usage,code,names"
  12. ignore-words = "dev/tools/codespell/codespell-ignore.txt"
  13. exclude-file = "dev/tools/codespell/codespell-lines-ignore.txt"
  14. uri-ignore-words-list="ned"
  15. # For future reference: it is not currently possible to specify
  16. # the standard dictionnary and the custom dictionnary in the configuration
  17. # file
  18. # D = "-"
  19. # dictionary = "dev/tools/codespell/codespell-dict.txt"
  20. [tool.setuptools]
  21. include-package-data = false
  22. # pyproject.toml
  23. [tool.yamlfix]
  24. # allow_duplicate_keys = true
  25. line_length = 80
  26. # none_representation = "null"
  27. # comments_min_spaces_from_content = 2
  28. # comments_require_starting_space = true
  29. # whitelines = 0
  30. # comment_whitelines = 0
  31. # section_whitelines = 0
  32. # explicit_start = true
  33. # sequence_style = keep_style # flow_style, block_style, keep_style
  34. # indent_mapping = 2
  35. # indent_offset = 2
  36. # indent_sequence = 4
  37. # none_representation = ""
  38. # quote_basic_values = false
  39. # YAMLFIX_quote_keys_and_basic_values = false
  40. # uote_representation = false
  41. # preserve_quotes = false