Skip to content

Commit fc812c8

Browse files
committed
Update pre-commit
1 parent 222f82c commit fc812c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/Lucas-C/pre-commit-hooks
4-
rev: v1.1.9
4+
rev: v1.1.13
55
hooks:
66
- id: remove-tabs
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v3.3.0
9+
rev: v4.1.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: check-merge-conflict
@@ -21,7 +21,7 @@ repos:
2121
- id: debug-statements
2222

2323
- repo: https://github.com/pycqa/pydocstyle.git
24-
rev: 5.1.1
24+
rev: 6.1.1
2525
hooks:
2626
- id: pydocstyle
2727

@@ -42,7 +42,7 @@ repos:
4242
args: [--ignore-missing-imports]
4343

4444
- repo: https://github.com/psf/black
45-
rev: 20.8b1
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848

0 commit comments

Comments
 (0)