diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index defe166..3ab9a4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable'] exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|__init__.py|docs/conf.py)$" - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black exclude: ".*(.fits|.fts|.fit|.txt|.csv)$" @@ -28,6 +28,6 @@ repos: exclude: ".*(.fits|.fts|.fit|.txt|.csv)$" - id: check-yaml - id: debug-statements - ci: autofix_prs: false + autoupdate_schedule: "quarterly"