Skip to content

Commit

Permalink
fix(ci): upgrade .pre-commt poetry 1.7.0 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 11, 2024
1 parent 8f0057b commit 89f044f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-poetry/poetry
rev: 1.7.0
rev: 1.8.2
hooks:
- id: poetry-check
- id: poetry-lock
Expand Down

0 comments on commit 89f044f

Please sign in to comment.