We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f035a commit 2217719Copy full SHA for 2217719
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: isort
13
14
- repo: https://github.com/psf/black
15
- rev: 23.1.0
+ rev: 23.3.0
16
hooks:
17
- id: black
18
@@ -27,12 +27,12 @@ repos:
27
- id: darglint
28
29
- repo: https://github.com/PyCQA/pylint
30
- rev: v2.16.1
+ rev: v3.0.0a6
31
32
- id: pylint
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v0.991
+ rev: v1.1.1
36
37
- id: mypy
38
additional_dependencies: [types-pkg_resources]
0 commit comments