mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +00:00
18 lines
453 B
YAML
18 lines
453 B
YAML
---
|
|
# See https://pre-commit.com for more information
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- repo: https://github.com/akaihola/darker
|
|
rev: 1.7.2
|
|
hooks:
|
|
- id: darker
|
|
args: [--isort, --skip-string-normalization]
|
|
additional_dependencies:
|
|
- isort==5.9
|
|
- flynt==0.76
|