We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e772e2 commit c549608Copy full SHA for c549608
.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,7 +17,7 @@ repos:
17
- id: check-merge-conflict
18
19
- repo: https://github.com/psf/black
20
- rev: 22.10.0
+ rev: 23.9.1
21
22
- id: black
23
@@ -27,13 +27,13 @@ repos:
27
- id: isort
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 5.0.4
+ rev: 6.1.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.6.0'
37
38
- id: mypy
39
args:
0 commit comments