Ignore certs

This commit is contained in:
Mikhail 2024-03-31 13:10:17 +02:00
parent 0d53175b5d
commit d7bb8121e8
2 changed files with 2 additions and 25 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/db.sqlite
.idea/
.DS_Store
certs/

View File

@ -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', '--']