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 85ba9b4 commit 7984e6cCopy full SHA for 7984e6c
.pre-commit-config.yaml
@@ -10,13 +10,16 @@ repos:
10
exclude: ^docs/.*$
11
- id: trailing-whitespace
12
exclude: README.md
13
+ - repo: https://github.com/pycqa/flake8
14
+ rev: "6.1.0"
15
+ hooks:
16
- id: flake8
17
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.812
18
+ rev: v1.4.1
19
hooks:
20
- id: mypy
21
args: [--ignore-missing-imports, --no-strict-optional]
- - repo: https://github.com/python/black
- rev: 20.8b1
22
+ - repo: https://github.com/psf/black
23
+ rev: 23.7.0
24
25
- id: black
0 commit comments