Skip to content

Commit ffa684d

Browse files
chore: Upgrade pre-commit hooks
1 parent 98e0298 commit ffa684d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
77
- id: check-added-large-files
88

99
# Python-specific hooks
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.13.2
11+
rev: 8.0.1
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/PyCQA/docformatter
15-
rev: 06907d0
15+
rev: v1.7.8
1616
hooks:
1717
- id: docformatter
1818
args: [-i, -d, --config, pyproject.toml]

0 commit comments

Comments
 (0)