Skip to content

Commit

Permalink
fix: setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed May 3, 2023
1 parent 1702924 commit bcdbe62
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
# Dot env
.env

# General folders
completions

# ================================================
# VSCODE
# ================================================
Expand Down
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
- id: check-yaml
- id: check-json
- id: trailing-whitespace
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ["--fix=lf"]
- id: double-quote-string-fixer
- id: end-of-file-fixer
- repo: https://github.com/zricethezav/gitleaks
rev: v8.15.3
rev: v8.16.3
hooks:
- id: gitleaks
args: ["--config", ".github/config/.gitleaks.toml", "--verbose"]
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.42.0
rev: 3.1.0
hooks:
- id: commitizen
stages: [commit-msg]
stages: [commit-msg]
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 CI Monk <ci-monk@protonmail.com>
Copyright (c) 2022 Lucca <lpsm-dev@protonmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"devDependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@commitlint/prompt-cli": "17.6.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/exec": "6.0.3",
"@semantic-release/npm": "10.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.7",
"@semantic-release/release-notes-generator": "10.0.3",
"commitizen": "4.3.0",
"@semantic-release/release-notes-generator": "11.0.1",
"semantic-release": "21.0.2"
}
}
}

0 comments on commit bcdbe62

Please sign in to comment.