chore(.pre-commit-config.yaml): enable autofixing pull-request commits by pre-commit.ci

The `autofix_prs` option in the `ci` section of the
`.pre-commit-config.yaml` file is set to `true` to allow pre-commit.ci
to automatically add commits for pull requests. This change enables the
automatic fixing of issues identified by pre-commit hooks in pull
requests.
This commit is contained in:
mauvehed 2023-07-30 22:12:21 -05:00
parent adaf166844
commit 006d44db4d

View file

@ -24,4 +24,4 @@ repos:
- id: prettier
types: [json]
ci:
autofix_prs: false
autofix_prs: true # set false to stop pull-request commits being added by pre-commit.ci