pyproject.toml 147 B

1234567891011
  1. [tool.black]
  2. line-length=100
  3. target-version=['py27']
  4. include='\.py$'
  5. exclude='''
  6. (
  7. \.venv/
  8. | node_modules/
  9. | south_migrations/
  10. )
  11. '''