https://github.com/praw-dev/praw
Raw File
Tip revision: d6825e467e4689459194b0b58beafc3580a6b203 authored by bboe on 24 February 2021, 02:42:07 UTC
Bump to v7.2.0
Tip revision: d6825e4
.pre-commit-config.yaml
fail_fast: true
repos:
- hooks:
  - id: black
    language_version: python3
  repo: https://github.com/psf/black
  rev: 20.8b1
back to top