diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 205d1f9..b24a13e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,18 +9,6 @@ on: jobs: - pre-commit: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.9 - uses: actions/setup-python@v4 - with: - python-version: "3.9" - - uses: pre-commit/action@v3.0.0 - tests: strategy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8e0f70..c44f858 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,9 @@ exclude: > \.vscode/settings\.json )$ +ci: + autoupdate_schedule: 'monthly' + repos: - repo: https://github.com/pre-commit/pre-commit-hooks