Skip to content

Commit

Permalink
💄 update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Oct 16, 2024
1 parent 39d7b1d commit ead06ac
Show file tree
Hide file tree
Showing 53 changed files with 386,896 additions and 206,805 deletions.
27 changes: 17 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,31 @@ repos:
rev: v4.3.0
hooks:
- id: check-added-large-files
args: ['--maxkb=3000']
args: [ '--maxkb=5000' ]
- id: check-toml
- id: check-yaml
- id: check-json
- id: detect-private-key
- id: end-of-file-fixer
# - id: requirements-txt-fixer
# exclude: ^requirements/.*$
# - id: requirements-txt-fixer
# exclude: ^requirements/.*$
- id: trailing-whitespace
- id: check-json
- id: name-tests-test
args: [ --pytest-test-first ]
- repo: https://github.com/myint/docformatter
rev: v1.3.1
hooks:
- id: docformatter
args: [ --in-place ]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.2
rev: v0.4.2
hooks:
- id: ruff
args: ['--fix']
- id: ruff-format
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
# exclude list of files
exclude: |
(?x)^(
docs/windows_workflow/win_dotfiles/\.obsidian/plugins/.*/main\.js|
docs/windows_workflow/win_dotfiles/zebar/.*.html|
)$
1 change: 1 addition & 0 deletions docs/windows_workflow/win_dotfiles/.obsidian/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/copilot/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"obsidian-plugin-update-tracker",
"recent-files-obsidian",
"obsidian-smart-typography",
"obsidian-style-settings"
"obsidian-style-settings",
"copilot"
]
42 changes: 21 additions & 21 deletions docs/windows_workflow/win_dotfiles/.obsidian/graph.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}
36 changes: 18 additions & 18 deletions docs/windows_workflow/win_dotfiles/.obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"app:open-settings": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "S"
}
],
"editor:open-search-replace": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
{
"app:open-settings": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "S"
}
],
"editor:open-search-replace": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}
Loading

0 comments on commit ead06ac

Please sign in to comment.