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 4ee4908 commit 95db665Copy full SHA for 95db665
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: python3.8
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.3.0
+ rev: v4.4.0
7
hooks:
8
- id: check-case-conflict
9
- id: check-merge-conflict
@@ -15,7 +15,7 @@ repos:
15
- id: requirements-txt-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v0.961
+ rev: v1.2.0
19
20
- id: mypy
21
files: src
0 commit comments