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 a318a2e commit 0955042Copy full SHA for 0955042
.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.0.0
19
20
- id: mypy
21
files: src
@@ -26,7 +26,7 @@ repos:
26
# Note that using the --install-types is problematic if running in
27
# parallel as mutating the pre-commit env at runtime breaks cache.
28
- repo: https://github.com/pycqa/isort
29
- rev: 5.10.1
+ rev: 5.12.0
30
31
- id: isort
32
...
0 commit comments