Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • add-favorite-albums
  • 896-add-electron-support
  • dark-theme
  • webdav
  • live-streaming
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
  • 0.13
  • 0.12
  • 0.11
  • 0.10
26 results

setup.cfg

  • Forked from funkwhale / funkwhale
    6403 commits behind the upstream repository.
    setup.cfg 581 B
    [flake8]
    max-line-length = 120
    exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,tests/data,tests/music/conftest.py
    ignore = F405,W503,E203
    
    [isort]
    skip_glob = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
    
    [pep8]
    max-line-length = 120
    exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
    
    [tool:pytest]
    python_files = tests.py test_*.py *_tests.py
    testpaths = tests
    env =
        SECRET_KEY=test
        EMAIL_CONFIG=consolemail://
        CELERY_BROKER_URL=memory://
        CELERY_TASK_ALWAYS_EAGER=True
        FEDERATION_HOSTNAME=test.federation