Skip to content

Commit

Permalink
Merge pull request #179 from jakevdp:pre-commit-hashes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 669364161
  • Loading branch information
The ml_dtypes Authors committed Aug 30, 2024
2 parents 5163008 + 36342e2 commit 63f8e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -10,7 +10,7 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/google/pyink
rev: 23.10.0
rev: 8383e5df6527cc1173183875258347be0a7e07c0 # frozen: 24.3.0
hooks:
- id: pyink
language_version: python3.9
Expand All @@ -21,6 +21,6 @@ repos:
"--pyink-use-majority-quotes"
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.2
rev: 8b5112a3b2ad121439a2092f8ff548c0d80f2514 # frozen: v0.6.1
hooks:
- id: ruff

0 comments on commit 63f8e97

Please sign in to comment.