Compare commits
No commits in common. "af1729e4bb310cf295695e1dfb6d04d837cd01b3" and "c2c5b62a63beb4221a59d3024cd94772cc4c8f59" have entirely different histories.
af1729e4bb
...
c2c5b62a63
2 changed files with 1 additions and 49 deletions
|
@ -1,48 +0,0 @@
|
||||||
---
|
|
||||||
repos:
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
||||||
rev: v4.6.0
|
|
||||||
hooks:
|
|
||||||
# Whitespace
|
|
||||||
- id: trailing-whitespace
|
|
||||||
- id: end-of-file-fixer
|
|
||||||
exclude: |
|
|
||||||
(?x)(
|
|
||||||
\.min\.(css|js)$|
|
|
||||||
\.svg$|
|
|
||||||
)
|
|
||||||
- id: mixed-line-ending
|
|
||||||
args:
|
|
||||||
- "--fix=lf"
|
|
||||||
# VCS
|
|
||||||
- id: check-merge-conflict
|
|
||||||
args:
|
|
||||||
- "--assume-in-merge"
|
|
||||||
# Binaries
|
|
||||||
- id: check-shebang-scripts-are-executable
|
|
||||||
# Config / Data Files (syntax check only)
|
|
||||||
- id: check-json
|
|
||||||
- id: check-yaml
|
|
||||||
- id: check-toml
|
|
||||||
- id: check-xml
|
|
||||||
# Python
|
|
||||||
- id: debug-statements
|
|
||||||
- id: requirements-txt-fixer
|
|
||||||
# Sensitive Data
|
|
||||||
- id: detect-private-key
|
|
||||||
- repo: https://github.com/psf/black
|
|
||||||
rev: 25.1.0
|
|
||||||
hooks:
|
|
||||||
- id: black
|
|
||||||
args:
|
|
||||||
- "--target-version=py313"
|
|
||||||
- repo: https://github.com/pycqa/isort
|
|
||||||
rev: 6.0.1
|
|
||||||
hooks:
|
|
||||||
- id: isort
|
|
||||||
args: ["--profile", "black", "--force-single-line-imports"]
|
|
||||||
- repo: https://github.com/djlint/djLint
|
|
||||||
rev: v1.36.4
|
|
||||||
hooks:
|
|
||||||
- id: djlint-reformat-django
|
|
||||||
- id: djlint-django
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Servala Portal
|
# servala-portal
|
||||||
|
|
||||||
The Servala Self-Service Portal
|
The Servala Self-Service Portal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue