We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2787668 commit 3d25c64Copy full SHA for 3d25c64
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
hooks:
9
- id: black
10
- repo: https://github.com/PyCQA/pylint
11
- rev: v2.15.8
+ rev: v2.15.9
12
13
- id: pylint
14
language: system
@@ -19,11 +19,11 @@ repos:
19
20
- id: mypy
21
- repo: https://github.com/PyCQA/isort
22
- rev: 5.10.1
+ rev: v5.11.3
23
24
- id: isort
25
- repo: https://github.com/PyCQA/docformatter
26
- rev: v1.5.0
+ rev: v1.5.1
27
28
- id: docformatter
29
additional_dependencies: [tomli]
@@ -33,6 +33,6 @@ repos:
33
- id: pyupgrade
34
args: [--py38-plus]
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v2.7.1
+ rev: v3.0.0-alpha.4
37
38
- id: prettier
0 commit comments