Skip to content

Commit 96e4685

Browse files
fix: add fixes per feedback
1 parent 2158c3c commit 96e4685

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage>=5.2, <6.2
99
mock==4.0.3
1010
contextlib2==21.6.0
1111
awslogs==0.14.0
12-
black==22.1.0
12+
black==22.3.0
1313
stopit==1.1.2
1414
apache-airflow==2.2.4
1515
apache-airflow-providers-amazon==3.0.0

requirements/tox/black_requirements.txt

-1
This file was deleted.

requirements/tox/clean_requirements.txt

-1
This file was deleted.

requirements/tox/coverage_requirements.txt

-1
This file was deleted.

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ setenv =
125125
LC_ALL=C.UTF-8
126126
LANG=C.UTF-8
127127
commands =
128-
pip install --exists-action=w -r requirements/tox/black_requirements.txt
129128
black -l 100 ./
130129

131130
[testenv:black-check]
@@ -134,13 +133,11 @@ setenv =
134133
LC_ALL=C.UTF-8
135134
LANG=C.UTF-8
136135
commands =
137-
pip install --exists-action=w -r requirements/tox/black_requirements.txt
138136
black -l 100 --check ./
139137

140138
[testenv:clean]
141139
skip_install = true
142140
commands =
143-
pip install --exists-action=w -r requirements/tox/coverage_requirements.txt
144141
coverage erase
145142

146143
[testenv:typing]

0 commit comments

Comments
 (0)