Skip to content

Commit

Permalink
Merge pull request #184 from sergey-kozub:pre-commit-config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675621048
  • Loading branch information
The ml_dtypes Authors committed Sep 17, 2024
2 parents 620f804 + 1a2a88b commit 15e3d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # ratchet:actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # ratchet: pre-commit/action@v3
build:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: 8383e5df6527cc1173183875258347be0a7e07c0 # frozen: 24.3.0
hooks:
- id: pyink
language_version: python3.9
language_version: python3.12
args: [
"--line-length=80",
"--preview",
Expand Down

0 comments on commit 15e3d0a

Please sign in to comment.