Codebase list python-get-version / HEAD .pre-commit-config.yaml
HEAD

Tree @HEAD (Download .tar.gz)

.pre-commit-config.yaml @HEADraw · history · blame

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