We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2730264 commit d8f7b50Copy full SHA for d8f7b50
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.1.0
+ rev: v4.2.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -17,12 +17,12 @@ repos:
17
- id: check-added-large-files
18
19
- repo: https://github.com/psf/black
20
- rev: 22.1.0
+ rev: 22.3.0
21
22
- id: black
23
24
- repo: https://github.com/pre-commit/mirrors-prettier
25
- rev: v2.6.0
+ rev: v2.6.2
26
27
- id: prettier
28
files: \.(md|yml|yaml)
requirements.txt
@@ -1 +1 @@
1
-pre-commit>=2.17
+pre-commit>=2.18
0 commit comments