yet another simple static gallery generator
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
repos:
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
|
rev: v4.4.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: check-yaml
|
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
- id: trailing-whitespace
|
|
|
|
|
exclude: ".*(galleria|photoswipe|jquery|leaflet).*$"
|
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
|
exclude: ".*(galleria|photoswipe|jquery|leaflet).*$"
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
|
|
|
rev: v3.3.1
|
|
|
|
|
hooks:
|
|
|
|
|
- id: pyupgrade
|
|
|
|
|
args: ["--py38-plus"]
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/timothycrosley/isort
|
|
|
|
|
rev: 5.12.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: isort
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/psf/black
|
|
|
|
|
rev: 23.1.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: black
|
|
|
|
|
|
|
|
|
|
- repo: https://github.com/PyCQA/flake8
|
|
|
|
|
rev: 6.0.0
|
|
|
|
|
hooks:
|
|
|
|
|
- id: flake8
|
|
|
|
|
types: [file, python]
|