Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 595ec09

Browse files
committed
fixup! Pin versions
1 parent 0e68e1e commit 595ec09

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-docstring-first
@@ -12,20 +12,20 @@ repos:
1212
- id: debug-statements
1313
- id: end-of-file-fixer
1414
- repo: https://github.com/myint/docformatter
15-
rev: v1.5.1
15+
rev: v1.7.5
1616
hooks:
1717
- id: docformatter
1818
args: [--in-place]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.15.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 7.0.0
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/psf/black
29-
rev: stable
29+
rev: 24.4.2
3030
hooks:
3131
- id: black

0 commit comments

Comments
 (0)