Codebase list python-get-version / c10bec79-27c0-4dcc-a193-2d56a98d9dc5/main .pre-commit-config.yaml
c10bec79-27c0-4dcc-a193-2d56a98d9dc5/main

Tree @c10bec79-27c0-4dcc-a193-2d56a98d9dc5/main (Download .tar.gz)

.pre-commit-config.yaml @c10bec79-27c0-4dcc-a193-2d56a98d9dc5/mainraw · history · blame

1
2
3
4
5
6
repos:
- repo: https://github.com/ambv/black
  rev: stable
  hooks:
  - id: black
    language_version: python3.6