Added some initial configuration files.
This commit is contained in:
57
.pre-commit-config.yaml
Normal file
57
.pre-commit-config.yaml
Normal file
@ -0,0 +1,57 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
exclude: (.txt$|.ipynb$|README.md$|readme.mde$)
|
||||
- id: trailing-whitespace
|
||||
exclude: (.txt$|README.md$)
|
||||
- id: check-yaml
|
||||
- id: check-json
|
||||
- id: check-toml
|
||||
- id: check-xml
|
||||
# - id: check-added-large-files
|
||||
args: [--enforce-all]
|
||||
- id: name-tests-test
|
||||
- id: detect-private-key
|
||||
- id: check-case-conflict
|
||||
- id: check-symlinks
|
||||
- id: check-docstring-first
|
||||
- id: pretty-format-json
|
||||
- id: check-merge-conflict
|
||||
- id: no-commit-to-branch
|
||||
args: [--branch, main]
|
||||
|
||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||
rev: v2.10.0
|
||||
hooks:
|
||||
- id: pretty-format-ini
|
||||
args: [--autofix]
|
||||
- id: pretty-format-toml
|
||||
args: [--autofix]
|
||||
- id: pretty-format-yaml
|
||||
args: [--autofix]
|
||||
|
||||
- repo: https://github.com/frnmst/md-toc
|
||||
rev: 8.2.0
|
||||
hooks:
|
||||
- id: md-toc
|
||||
|
||||
- repo: https://github.com/Lucas-C/pre-commit-hooks-java
|
||||
rev: 1.3.10
|
||||
hooks:
|
||||
- id: validate-html
|
||||
|
||||
- repo: https://github.com/jonasbb/pre-commit-latex-hooks
|
||||
rev: v1.4.3
|
||||
hooks:
|
||||
- id: american-eg-ie
|
||||
- id: cleveref-capitalization
|
||||
- id: consistent-spelling
|
||||
args: [--emph=et al., --emph=a priori, --emph=a posteriori, --regex=naive=\bna(i|\\"i)ve]
|
||||
- id: csquotes
|
||||
- id: ensure-labels-for-sections
|
||||
- id: no-space-in-cite
|
||||
- id: tilde-cite
|
||||
- id: unique-labels
|
||||
- id: cleveref-instead-of-autoref
|
Reference in New Issue
Block a user