We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb7fad commit 1b56c74Copy full SHA for 1b56c74
2 files changed
.pre-commit-config.yaml
@@ -1,9 +1,10 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 21.6b0
+ rev: 21.12b0
4
hooks:
5
- id: black
6
args: ["--target-version", "py27"]
7
+ additional_dependencies: ["click==7.1.2"]
8
- repo: https://github.com/PyCQA/flake8
9
rev: 3.9.2
10
dev-requirements.txt
@@ -3,4 +3,5 @@ pytest-cov
sphinx>=1.1
pre-commit==2.13.0; python_version > '3.5'
black; python_version > '3.5' and platform_python_implementation != 'PyPy'
+click==7.1.2
mypy; python_version > '3.5' and platform_python_implementation != 'PyPy'
0 commit comments