Skip to content

Commit 06e854b

Browse files
Full updates to pre-commit
1 parent a4036c1 commit 06e854b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
minimum_pre_commit_version: 2.9.3
2+
minimum_pre_commit_version: 4.2.0
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v5.0.0
66
hooks:
77
- id: check-merge-conflict
88
description: Check for files that contain merge conflict strings.
@@ -29,19 +29,19 @@ repos:
2929
You must provide list of target files as input in your .pre-commit-config.yaml file.
3030
files: ^(.*requirements.*\.txt|\.brokignore|sitevars.rst)$
3131
- repo: https://github.com/timothycrosley/isort
32-
rev: "5.11.5"
32+
rev: "6.0.1"
3333
hooks:
3434
- id: isort
3535
description: isort is a Python utility / library to sort imports automatically.
3636
files: ^((noxfile|conf)|docs/_includes/python/.*)\.py$
3737
- repo: https://github.com/psf/black
38-
rev: 22.3.0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141
description: Forces best practice formatting of Python code files.
4242
files: ^((noxfile|conf)|docs/_includes/python/.*)\.py$
4343
- repo: https://github.com/myint/rstcheck
44-
rev: 3f92957 # Latest as of 05/17/2020
44+
rev: v6.2.4 # Latest as of 05/17/2020
4545
hooks:
4646
- id: rstcheck
4747
description: Checks syntax of reStructuredText/rst and code blocks nested within it.
@@ -50,12 +50,12 @@ repos:
5050
files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
5151
exclude: docs/topics/pillar.rst
5252
- repo: https://github.com/asottile/blacken-docs
53-
rev: v1.10.0
53+
rev: 1.19.1
5454
hooks:
5555
- id: blacken-docs
5656
description: Run black on python code blocks in documentation files.
5757
files: ^(index|docs/.*|docs/_includes/.*)\.rst$
58-
additional_dependencies: [black==21.8b0]
58+
additional_dependencies: [black==25.1.0]
5959
# - repo: local
6060
# hooks:
6161
# - id: vendir
@@ -72,7 +72,7 @@ repos:
7272
# language: system
7373
# files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
7474
- repo: https://github.com/saltstack/mirrors-nox
75-
rev: v2022.8.7
75+
rev: v2022.11.21
7676
hooks:
7777
- id: nox
7878
alias: Generate Sphinx docs

0 commit comments

Comments
 (0)