mirror of https://github.com/saimn/sigal.git
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.
23 lines
612 B
23 lines
612 B
repos: |
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v4.3.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://gitlab.com/pycqa/flake8 |
|
rev: 3.9.2 |
|
hooks: |
|
- id: flake8 |
|
types: [file, python] |
|
- repo: https://github.com/timothycrosley/isort |
|
rev: 5.10.1 |
|
hooks: |
|
- id: isort |
|
- repo: https://github.com/psf/black |
|
rev: 22.6.0 |
|
hooks: |
|
- id: black
|
|
|