Skip to content
Snippets Groups Projects
setup.cfg 243 B
Newer Older
  • Learn to ignore specific revisions
  • matrix.org's avatar
    matrix.org committed
    [build_sphinx]
    source-dir = docs/sphinx
    build-dir  = docs/build
    all_files  = 1
    
    [trial]
    test_suite = tests
    
    
    [flake8]
    max-line-length = 90
    
    ignore = W503