mirror of
https://github.com/jantic/DeOldify.git
synced 2026-09-21 04:28:14 +08:00
With these changes Black and Pylint become a required check for every PR.
8 lines
141 B
YAML
8 lines
141 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: stable
|
|
hooks:
|
|
- id: black
|
|
args: [-S]
|
|
language_version: python3.6
|