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 259a874 commit 1bc3be8Copy full SHA for 1bc3be8
.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.5.0
7
hooks:
8
- id: check-case-conflict
9
- id: check-merge-conflict
@@ -19,11 +19,11 @@ repos:
19
20
- id: isort
21
- repo: https://github.com/psf/black
22
- rev: 22.3.0
+ rev: 23.11.0
23
24
- id: black
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.5.1
+ rev: v1.7.0
27
28
- id: mypy
29
files: src
0 commit comments