Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Jun 22, 2024
1 parent c21b0fe commit cdfb704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.21.0
rev: v1.22.9
hooks:
- id: typos
args: [--format, brief, --write-changes]
Expand Down Expand Up @@ -53,13 +53,13 @@ repos:
hooks:
- id: yamlfix
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.1
rev: v3.12.2
hooks:
- id: markdown-link-check
name: markdown link check
args: [--quiet]
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.25.0
rev: v3.27.0
hooks:
- id: commitizen
stages: [commit-msg]
2 changes: 1 addition & 1 deletion gh-find-code
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ main() {
--bind "resize:transform:preview_transformer" \
--bind "start:reload:gh_query" \
--bind 'ctrl-b:execute-silent:command gh browse --repo {4} {5}:{1}' \
--bind "ctrl-o:transform:[[ \$FZF_MATCH_COUNT -ge 1 && ${EDITOR##*/} =~ ^(code|codium)$ ]] &&
--bind "ctrl-o:transform:[[ \$FZF_MATCH_COUNT -ge 1 && \${EDITOR##*/} =~ ^(code|codium)$ ]] &&
echo 'execute-silent:open_in_editor=true \view_contents \{}' ||
echo 'execute:open_in_editor=true \view_contents \{}'" \
--bind "ctrl-p:transform-query:echo repo:{4}" \
Expand Down

0 comments on commit cdfb704

Please sign in to comment.