forked from lavina/lavina
Ignore certs
This commit is contained in:
parent
0d53175b5d
commit
d7bb8121e8
|
@ -2,3 +2,4 @@
|
|||
/db.sqlite
|
||||
.idea/
|
||||
.DS_Store
|
||||
certs/
|
||||
|
|
|
@ -4,31 +4,7 @@ repos:
|
|||
hooks:
|
||||
- id: check-toml
|
||||
- id: check-vcs-permalinks
|
||||
# - id: end-of-file-fixer
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: mixed-line-ending
|
||||
- id: trailing-whitespace
|
||||
|
||||
# - repo: https://github.com/tconbeer/sqlfmt
|
||||
# rev: v0.18.0
|
||||
# hooks:
|
||||
# - id: sqlfmt
|
||||
# language_version: python
|
||||
|
||||
- repo: https://github.com/sqlfluff/sqlfluff
|
||||
rev: 3.0.3
|
||||
hooks:
|
||||
- id: sqlfluff-lint
|
||||
- id: sqlfluff-fix
|
||||
|
||||
# - repo: https://github.com/pre-commit/mirrors-prettier
|
||||
# rev: "v3.1.0"
|
||||
# hooks:
|
||||
# - id: prettier
|
||||
# types_or: [ sql ]
|
||||
|
||||
# - repo: https://github.com/doublify/pre-commit-rust
|
||||
# rev: master
|
||||
# hooks:
|
||||
# - id: fmt
|
||||
# args: ['--verbose', '--edition', '2018', '--']
|
||||
|
|
Loading…
Reference in New Issue