Skip to content
Snippets Groups Projects
Select Git revision
  • b903b7b3caa12ab0f281f5b7f41d74f63b08f2f2
  • master default protected
  • uv
  • 0.1.451
  • 0.1.450
  • 0.1.449
  • 0.1.448
  • 0.1.447
  • 0.1.446
  • 0.1.445
  • 0.1.444
  • 0.1.443
  • 0.1.442
  • 0.1.441
  • 0.1.440
  • 0.1.439
  • 0.1.438
  • 0.1.437
  • 0.1.436
  • 0.1.435
  • 0.1.434
  • 0.1.433
  • 0.1.432
23 results

setup.cfg

  • setup.cfg 215 B
    [flake8]
    # Recommend matching the black line length (default 88),
    # rather than using the flake8 default of 79:
    max-line-length = 88
    extend-ignore =
        # See https://github.com/PyCQA/pycodestyle/issues/373
        E203