Skip to content

Commit

Permalink
lower pre-commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Nogues committed Mar 8, 2024
1 parent cd8a791 commit 0169a63
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}

steps:
Expand Down
63 changes: 32 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ scikit-learn = "1.4.0"
torch = "2.2.0"
tqdm = "4.66.1"
transformers = "4.37.2"
pre-commit = "^3.6.2"
pre-commit = "^3.4.0"
pytest = "^8.0.2"


Expand Down

0 comments on commit 0169a63

Please sign in to comment.