Codebase list python-pyproj / upstream/3.1_rc1 .stickler.yml
upstream/3.1_rc1

Tree @upstream/3.1_rc1 (Download .tar.gz)

.stickler.yml @upstream/3.1_rc1raw · history · blame

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