We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e772e2 commit c6547f1Copy full SHA for c6547f1
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ exclude: ".git|.tox"
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.3.0
+ rev: v4.5.0
8
hooks:
9
- id: trailing-whitespace
10
- id: check-added-large-files
@@ -17,23 +17,23 @@ repos:
17
- id: check-merge-conflict
18
19
- repo: https://github.com/psf/black
20
- rev: 22.10.0
+ rev: 23.12.1
21
22
- id: black
23
24
- repo: https://github.com/PyCQA/isort
25
- rev: 5.12.0
+ rev: 5.13.2
26
27
- id: isort
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 5.0.4
+ rev: 7.0.0
31
32
- id: flake8
33
additional_dependencies: [flake8-isort]
34
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: 'v0.991'
+ rev: 'v1.8.0'
37
38
- id: mypy
39
args:
0 commit comments