We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b768377 commit bddf28eCopy full SHA for bddf28e
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
exclude: ^setup.py$
32
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-logging-format, flake8-builtins, flake8-eradicate, flake8-fixme, pep8-naming, flake8-pep3101, flake8-annotations-complexity,flake8-pyi]
33
- repo: https://github.com/PyCQA/isort
34
- rev: 5.10.1
+ rev: 5.11.5
35
hooks:
36
- id: isort
37
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments