Codebase list python-pyproj / upstream/3.0.1_rc0 .stickler.yml
upstream/3.0.1_rc0

Tree @upstream/3.0.1_rc0 (Download .tar.gz)

.stickler.yml @upstream/3.0.1_rc0raw · history · blame

1
2
3
4
5
6
linters:
  black:
    config: ./pyproject.toml
  flake8:
    python: 3
    max-line-length: 88