Skip to content

Commit

Permalink
docs: Update example to use proper json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 27, 2024
1 parent defbb05 commit 159ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/update-python-and-pre-commit-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
commit-user-name: 'User Name'
commit-user-email: 'user-email'
dependency-dict: '{"dev": ("pylint", "ruff"), "tests": ("ruff")}' # optional, but without it nothing will get updated by Poetry
dependency-dict: '{"dev": ["pylint", "ruff"], "tests": ["ruff"]}' # optional, but without it nothing will get updated by Poetry
update-pre-commit: true # optional
run-pre-commit: true # optional
pre-commit-hook-skip-list: pylint,pyright,pyroma,poetry-audit # optional, hooks that don't auto-fix things can (and probably should be) skipped
Expand Down

0 comments on commit 159ea24

Please sign in to comment.