We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f986ae commit ac2e166Copy full SHA for ac2e166
.pre-commit-config.yaml
@@ -7,12 +7,12 @@ exclude: |
7
)$
8
repos:
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v2.1.0
+ rev: v4.4.0
11
hooks:
12
- id: debug-statements
13
- id: check-merge-conflict
14
- repo: https://github.com/psf/black
15
- rev: 22.3.0
+ rev: 23.3.0
16
17
- id: black
18
language_version: python3
@@ -34,7 +34,7 @@ repos:
34
35
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v0.931
+ rev: v1.4.0
38
39
- id: mypy
40
additional_dependencies:
0 commit comments