Skip to content

Commit 3380f4a

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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,38 +15,38 @@ repos:
1515
- id: check-added-large-files
1616
args: ['--maxkb=1024']
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: v2.16.2
18+
rev: 6e10264313f53d6247a8b1b984f5b5ccf50ba539 # v2.21.0
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/abravalheri/validate-pyproject
22-
rev: v0.25
22+
rev: 4b2e70d08cb2ccd26d1fba73588de41c7a5d50b7 # v0.25
2323
hooks:
2424
- id: validate-pyproject
2525
- repo: https://github.com/sphinx-contrib/sphinx-lint
26-
rev: v1.0.2
26+
rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2
2727
hooks:
2828
- id: sphinx-lint
2929
types: [rst]
3030
- repo: https://github.com/pycqa/isort
31-
rev: 8.0.1
31+
rev: a333737ed43df02b18e6c95477ea1b285b3de15a # 8.0.1
3232
hooks:
3333
- id: isort
3434
additional_dependencies: ["toml"]
3535
entry: isort --profile=black
3636
name: isort (python)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 26.1.0
38+
rev: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/adamchainz/blacken-docs
42-
rev: "1.20.0"
42+
rev: fda77690955e9b63c6687d8806bafd56a526e45f # 1.20.0
4343
hooks:
4444
- id: blacken-docs
4545
args: [--line-length=79]
4646
additional_dependencies:
4747
- black
4848
- repo: https://github.com/codespell-project/codespell
49-
rev: v2.4.1
49+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # v2.4.2
5050
hooks:
5151
- id: codespell
5252
- repo: local

0 commit comments

Comments
 (0)