Skip to content
Snippets Groups Projects
Select Git revision
  • a558259a42591b8412901eb85a320e80f5907186
  • master default protected
  • swin_transformer
  • light
  • tfrecord
  • bob_9_datafolder
  • bob8_test
  • no-pad-base
  • test_conda
  • generic_image_extractor
  • 19-dataset-handling
  • drgan
  • v0.2.0
  • v0.1.3b0
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
22 results

COPYING

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    pyproject.toml 260 B
    [build-system]
        requires = ["setuptools", "wheel", "bob.extension"]
        build-backend = "setuptools.build_meta"
    
    [tool.isort]
        profile = "black"
        line_length = 80
        order_by_type = true
        lines_between_types = 1
    
    [tool.black]
        line-length = 80