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.
2 parents 8db5a24 + 0d2854c commit 865f905Copy full SHA for 865f905
.pre-commit-config.yaml
@@ -4,23 +4,23 @@
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 22.6.0
+ rev: 22.12.0
8
hooks:
9
- id: black
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.3.0
+ rev: v4.4.0
12
13
- id: check-yaml
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/PyCQA/flake8
17
- rev: 5.0.2
+ rev: 6.0.0
18
19
- id: flake8
20
args:
21
- --max-line-length=100
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v0.971
+ rev: v0.991
24
25
- id: mypy
26
args: [--no-strict-optional, --ignore-missing-imports]
0 commit comments