We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f035a commit ee890b7Copy full SHA for ee890b7
.pre-commit-config.yaml
@@ -7,17 +7,17 @@
7
repos:
8
9
- repo: https://github.com/pycqa/isort
10
- rev: 5.12.0
+ rev: 5.13.2
11
hooks:
12
- id: isort
13
14
- repo: https://github.com/psf/black
15
- rev: 23.1.0
+ rev: 24.4.2
16
17
- id: black
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 6.0.0
+ rev: 7.1.0
21
22
- id: flake8
23
@@ -27,12 +27,12 @@ repos:
27
- id: darglint
28
29
- repo: https://github.com/PyCQA/pylint
30
- rev: v2.16.1
+ rev: v3.2.5
31
32
- id: pylint
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v0.991
+ rev: v1.10.1
36
37
- id: mypy
38
additional_dependencies: [types-pkg_resources]
0 commit comments