Skip to content

Commit

Permalink
MAINT: pre-commit config updates (#118)
Browse files Browse the repository at this point in the history
* MAINT: only doing monthly pre-commit update

* MAINT: removing pre-commit GHA as it's in maintenance-only mode in favour of pre-commit.ci that we already use
  • Loading branch information
bsipocz authored Sep 16, 2024
1 parent 968081f commit 960ee31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ exclude: >
\.vscode/settings\.json
)$
ci:
autoupdate_schedule: 'monthly'

repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 960ee31

Please sign in to comment.