Skip to content

Commit e15d4cc

Browse files
dafyddjtwangboy
authored andcommitted
test: update pre-commit hooks
1 parent 929dd0c commit e15d4cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
minimum_pre_commit_version: 1.15.2
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-merge-conflict # Check for files that contain merge conflict strings.
88
- id: trailing-whitespace # Trims trailing whitespace.
@@ -12,12 +12,12 @@ repos:
1212
- id: end-of-file-fixer # Makes sure files end in a newline and only a newline.
1313

1414
- repo: https://github.com/executablebooks/mdformat
15-
rev: 0.7.17
15+
rev: 1.0.0
1616
hooks:
1717
- id: mdformat
1818

1919
- repo: https://github.com/s0undt3ch/python-tools-scripts
20-
rev: "0.18.6"
20+
rev: "0.20.5"
2121
hooks:
2222
- id: tools
2323
alias: actionlint
@@ -38,7 +38,7 @@ repos:
3838
- requirements/release.in
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.15.0
41+
rev: v3.21.2
4242
hooks:
4343
- id: pyupgrade
4444
name: Rewrite Code to be Py3.6+
@@ -47,13 +47,13 @@ repos:
4747
## DGM args: [--py39-plus]
4848

4949
- repo: https://github.com/asottile/reorder_python_imports
50-
rev: v3.12.0
50+
rev: v3.16.0
5151
hooks:
5252
- id: reorder-python-imports
5353
args: [--py310-plus]
5454

5555
- repo: https://github.com/psf/black
56-
rev: 24.10.0
56+
rev: 25.12.0
5757
hooks:
5858
- id: black
5959
args: []

0 commit comments

Comments
 (0)