Skip to content

Commit 1b56c74

Browse files
HorlogeSkynetSamuel FORESTIER
authored andcommitted
Bumps black to v21.12b0
1 parent cbb7fad commit 1b56c74

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.6b0
3+
rev: 21.12b0
44
hooks:
55
- id: black
66
args: ["--target-version", "py27"]
7+
additional_dependencies: ["click==7.1.2"]
78
- repo: https://github.com/PyCQA/flake8
89
rev: 3.9.2
910
hooks:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pytest-cov
33
sphinx>=1.1
44
pre-commit==2.13.0; python_version > '3.5'
55
black; python_version > '3.5' and platform_python_implementation != 'PyPy'
6+
click==7.1.2
67
mypy; python_version > '3.5' and platform_python_implementation != 'PyPy'

0 commit comments

Comments
 (0)