Skip to content

Commit 567665f

Browse files
authored
1 parent 77ed975 commit 567665f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ commands =
5555
py{37,38,39,310,311}-mypy: make mypyc
5656
py37-mypy: make mypy_3.6
5757

58-
whitelist_externals =
58+
allowlist_externals =
5959
py{36,37,38,39,310,311}-lint: flake8
6060
py{36,37,38,39,310,311}-lint: black
6161
py{36,37,38,39,310,311}-{mypy,shellcheck,lint,lintreadme,unit}: make
@@ -68,7 +68,7 @@ extras =
6868
py{36,37,38,39,310,311}-unit: pycodegen
6969

7070
[testenv:py310-pydocstyle]
71-
whitelist_externals = make
71+
allowlist_externals = make
7272
commands = make diff_pydocstyle_report
7373
deps =
7474
pydocstyle

0 commit comments

Comments
 (0)