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 e50360c commit 261607cCopy full SHA for 261607c
.pre-commit-config.yaml
@@ -12,20 +12,20 @@ repos:
12
- id: debug-statements
13
- id: check-merge-conflict
14
- repo: https://github.com/psf/black
15
- rev: 23.3.0
+ rev: 23.7.0
16
hooks:
17
- id: black
18
language_version: python3
19
- repo: https://github.com/pycqa/flake8
20
- rev: 6.0.0
+ rev: 6.1.0
21
22
- id: flake8
23
- repo: https://github.com/pycqa/isort
24
rev: 5.12.0
25
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.2.0
+ rev: v1.5.0
29
30
- id: mypy
31
args: [--ignore-missing-imports]
0 commit comments