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

Tree @upstream/latest (Download .tar.gz)

.pre-commit-config.yaml @upstream/latestraw · history · blame

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