Skip to content

Commit ee53c4c

Browse files
authored
Merge pull request #24 from secondlife/nattylinden/pre-commit
Update pre-commit hooks to avoid isort installation error
2 parents acb55e3 + 1868e7c commit ee53c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-ast
66
- id: check-yaml
77
- id: mixed-line-ending
88
- id: trailing-whitespace
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.10.1
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313
args: [--line-length=120]

0 commit comments

Comments
 (0)