Skip to content

Commit 2be6832

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c → v6.0.0](pre-commit/pre-commit-hooks@3e8a870...v6.0.0) - [github.com/psf/black-pre-commit-mirror: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d → 26.3.1](psf/black-pre-commit-mirror@fa505ab...26.3.1) - [github.com/asottile/reorder-python-imports: 7885866bd38c852b5e042c4aeef0285d715ffeee → v3.16.0](asottile/reorder-python-imports@7885866...v3.16.0) - [github.com/pycqa/flake8: c48217e1fc006c2dddd14df54e83b67da15de5cd → 7.3.0](PyCQA/flake8@c48217e...7.3.0) - [github.com/sphinx-contrib/sphinx-lint: c883505f64b59c3c5c9375191e4ad9f98e727ccd → v1.0.2](sphinx-contrib/sphinx-lint@c883505...v1.0.2)
1 parent 5988124 commit 2be6832

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.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: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
9+
rev: v6.0.0 # 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: fa505ab9c3e0fedafe1709fd7ac2b5f8996c670d # 26.3.1
18+
rev: 26.3.1 # 26.3.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder-python-imports
22-
rev: 7885866bd38c852b5e042c4aeef0285d715ffeee # v3.16.0
22+
rev: v3.16.0 # v3.16.0
2323
hooks:
2424
- id: reorder-python-imports
2525
- repo: https://github.com/pycqa/flake8
26-
rev: c48217e1fc006c2dddd14df54e83b67da15de5cd # 7.3.0
26+
rev: 7.3.0 # 7.3.0
2727
hooks:
2828
- id: flake8
2929
language_version: python3
3030
- repo: https://github.com/sphinx-contrib/sphinx-lint
31-
rev: c883505f64b59c3c5c9375191e4ad9f98e727ccd # v1.0.2
31+
rev: v1.0.2 # v1.0.2
3232
hooks:
3333
- id: sphinx-lint
3434
types: [rst]

0 commit comments

Comments
 (0)