Skip to content
Snippets Groups Projects
Select Git revision
  • 4d460d4a95e97aa7b107934c8a9a46d4049f6b90
  • 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

Blame
  • 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