File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ [tool .black ]
2+ line-length = 99
3+ target-version = [' py36' ]
4+ skip-string-normalization = true
Original file line number Diff line number Diff line change 1+ black~=21.4b1; platform_python_implementation != "PyPy"
12flake8
23flake8-docstrings
34hacking
Original file line number Diff line number Diff line change 44#
55# pip-compile requirements-dev.in
66#
7+ appdirs == 1.4.4
8+ # via black
79attrs == 20.3.0
810 # via pytest
11+ black == 21.4b1 ; platform_python_implementation != "PyPy"
12+ # via -r requirements-dev.in
913certifi == 2020.12.5
1014 # via requests
1115chardet == 4.0.0
1216 # via requests
1317click == 7.1.2
1418 # via
19+ # black
1520 # pip-tools
1621 # safety
1722dparse == 0.5.1
@@ -33,11 +38,15 @@ mccabe==0.6.1
3338 # via flake8
3439mock == 4.0.3
3540 # via -r requirements-dev.in
41+ mypy-extensions == 0.4.3
42+ # via black
3643packaging == 20.9
3744 # via
3845 # dparse
3946 # pytest
4047 # safety
48+ pathspec == 0.8.1
49+ # via black
4150pep517 == 0.10.0
4251 # via pip-tools
4352pip-tools == 6.1.0
@@ -58,6 +67,8 @@ pytest==6.2.3
5867 # via -r requirements-dev.in
5968pyyaml == 5.4.1
6069 # via dparse
70+ regex == 2021.4.4
71+ # via black
6172requests == 2.25.1
6273 # via
6374 # responses
@@ -72,6 +83,7 @@ snowballstemmer==2.1.0
7283 # via pydocstyle
7384toml == 0.10.2
7485 # via
86+ # black
7587 # dparse
7688 # pep517
7789 # pytest
You can’t perform that action at this time.
0 commit comments