diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1c9170..dbaa75d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,3 +32,6 @@ repos: exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|.json)$|^CITATION.rst$" - id: mixed-line-ending exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*)$" +ci: + autofix_prs: false + autoupdate_schedule: "quarterly"