mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
22 lines
508 B
YAML
Executable File
Vendored
22 lines
508 B
YAML
Executable File
Vendored
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/fsouza/autoflake8
|
|
rev: v0.4.0
|
|
hooks:
|
|
- id: autoflake8
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.10.1
|
|
hooks:
|
|
- id: isort
|
|
name: isort (python)
|
|
- repo: https://github.com/ambv/black
|
|
rev: 22.10.0
|
|
hooks:
|
|
- id: black
|