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 97d631e commit a3b32aeCopy full SHA for a3b32ae
.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: v6.0.0
7
hooks:
8
- id: check-case-conflict
9
- id: check-merge-conflict
@@ -15,15 +15,15 @@ repos:
15
- id: requirements-txt-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/pycqa/isort
18
- rev: 5.12.0
+ rev: 6.0.1
19
20
- id: isort
21
- repo: https://github.com/psf/black
22
- rev: 22.3.0
+ rev: 25.1.0
23
24
- id: black
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.7.1
+ rev: v1.17.1
27
28
- id: mypy
29
files: src
0 commit comments