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 1dd6401 commit 90b1db9Copy full SHA for 90b1db9
.pre-commit-config.yaml
@@ -1,12 +1,12 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/psf/black
9
- rev: 22.3.0
+ rev: 22.10.0
10
11
- id: black
12
args:
@@ -26,7 +26,7 @@ repos:
26
- id: isort
27
exclude: ^examples/
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v0.942
+ rev: v0.990
30
31
- id: mypy
32
additional_dependencies: [types-all]
0 commit comments