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 99dca1d commit cb946d6Copy full SHA for cb946d6
.pre-commit-config.yaml
@@ -13,11 +13,11 @@ repos:
13
- id: trailing-whitespace
14
- id: check-executables-have-shebangs
15
- repo: https://github.com/psf/black
16
- rev: 22.6.0
+ rev: 22.8.0
17
hooks:
18
- id: black
19
- repo: https://github.com/pycqa/flake8
20
- rev: 5.0.3
+ rev: 5.0.4
21
22
- id: flake8
23
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -33,7 +33,7 @@ repos:
33
- types-setuptools
34
- types-docutils
35
- repo: https://github.com/PyCQA/pylint
36
- rev: v2.14.5
+ rev: v2.15.3
37
38
- id: pylint
39
additional_dependencies:
0 commit comments