Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 906d5ab

Browse files
Phil Varnerc-wygoda
authored andcommitted
bust pre-commit cache
1 parent 1cb9e1f commit 906d5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
# cache: poetry
30+
cache: poetry
3131
- name: Install dependencies
3232
run: poetry install --with=dev
3333
- name: Run tests

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: end-of-file-fixer

0 commit comments

Comments
 (0)