Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

STYLE: Enable pre-commit autofixes #776

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://github.com/pre-commit/pre-commit-hooks/blob/master/.pre-commit-config.yaml for an example with more hooks

ci:
autofix_prs: false
autofix_prs: true
autoupdate_commit_msg: "ENH: Autoupdate hooks [pre-commit.ci]"
autoupdate_schedule: monthly

Expand Down Expand Up @@ -33,3 +33,4 @@ repos:
rev: v1.6.0
hooks:
- id: autopep8
args: [--in-place, --max-line-length, "160"]