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 59db768 commit e8ab3b9Copy full SHA for e8ab3b9
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
additional_dependencies:
21
- flake8-pytest-style
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.0.1
+ rev: v1.1.1
24
hooks:
25
- id: mypy
26
# Avoid error: Duplicate module named 'setup'
@@ -33,13 +33,13 @@ repos:
33
- toml==0.10.2
34
- pip==20.3.4
35
- repo: https://github.com/PyCQA/bandit
36
- rev: 1.7.4
+ rev: 1.7.5
37
38
- id: bandit
39
args: [--ini, .bandit]
40
exclude: ^tests/
41
- repo: https://github.com/pre-commit/mirrors-prettier
42
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.6
43
44
- id: prettier
45
0 commit comments