Skip to content

Commit df28ea9

Browse files
committed
⬆️ Update pre-commit hooks
* Switch to SHA values instead of git tags
1 parent aafcfac commit df28ea9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v6.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,20 +15,20 @@ repos:
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: "26.1.0"
18+
rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: "v3.16.0"
22+
rev: 7885866bd38c852b5e042c4aeef0285d715ffeee # v3.16.0
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
26-
rev: "7.3.0"
26+
rev: c48217e1fc006c2dddd14df54e83b67da15de5cd # 7.3.0
2727
hooks:
2828
- id: flake8
2929
language_version: python3
3030
- repo: https://github.com/sphinx-contrib/sphinx-lint
31-
rev: v1.0.2
31+
rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2
3232
hooks:
3333
- id: sphinx-lint
3434
types: [rst]

0 commit comments

Comments
 (0)