mirror of
https://github.com/restincode/restincode.git
synced 2026-09-12 01:29:29 +02:00
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:
parent
adaf166844
commit
006d44db4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue