mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
25 lines
696 B
YAML
25 lines
696 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
ci:
|
|
autoupdate_schedule: monthly
|
|
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-executables-have-shebangs
|
|
- id: check-json
|
|
exclude: 'tsconfig(\.node)?\.json'
|
|
- id: check-shebang-scripts-are-executable
|
|
- id: check-symlinks
|
|
- id: check-toml
|
|
- id: check-yaml
|
|
args: [ --allow-multiple-documents ]
|
|
- id: destroyed-symlinks
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
args: [ --fix=lf ]
|
|
- id: trailing-whitespace
|