mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Cleared the requirements.txt and rebuilt from scratch. The only thing left un-upgraded is mypy, which I'll deal with separately because it catches new issues.
6 lines
125 B
YAML
6 lines
125 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.12.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3 |