38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
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-docstring-first
|
|
- id: debug-statements
|
|
- id: double-quote-string-fixer
|
|
- id: requirements-txt-fixer
|
|
- id: check-added-large-files
|
|
- id: check-ast
|
|
- id: check-builtin-literals
|
|
- id: check-case-conflict
|
|
- id: destroyed-symlinks
|
|
- id: check-merge-conflict
|
|
- id: debug-statements
|
|
- id: detect-private-key
|
|
- id: fix-byte-order-marker
|
|
- id: mixed-line-ending
|
|
- id: file-contents-sorter
|
|
- repo: https://github.com/hhatto/autopep8
|
|
rev: v2.1.0
|
|
hooks:
|
|
- id: autopep8
|
|
- repo: https://github.com/asottile/add-trailing-comma
|
|
rev: v3.1.0
|
|
hooks:
|
|
- id: add-trailing-comma
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.15.2
|
|
hooks:
|
|
- id: pyupgrade
|
|
- repo: https://github.com/abdelrahman0w/ouro
|
|
rev: v0.2.0
|
|
hooks:
|
|
- id: ouro
|