mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
Fixed Python Black linting errors
This commit is contained in:
@@ -38,7 +38,11 @@ DEFAULT_TOOLS = [
|
|||||||
{"name": "**composer**", "dir": "https://getcomposer.org/", "exclude": []},
|
{"name": "**composer**", "dir": "https://getcomposer.org/", "exclude": []},
|
||||||
{"name": "**corepack**", "dir": "https://nodejs.org/api/corepack.html", "exclude": []},
|
{"name": "**corepack**", "dir": "https://nodejs.org/api/corepack.html", "exclude": []},
|
||||||
{"name": "**nvm**", "dir": "https://github.com/nvm-sh/nvm", "exclude": []},
|
{"name": "**nvm**", "dir": "https://github.com/nvm-sh/nvm", "exclude": []},
|
||||||
{"name": "**npm**", "dir": "https://nodejs.org/en/knowledge/getting-started/npm/what-is-npm/", "exclude": []},
|
{
|
||||||
|
"name": "**npm**",
|
||||||
|
"dir": "https://nodejs.org/en/knowledge/getting-started/npm/what-is-npm/",
|
||||||
|
"exclude": [],
|
||||||
|
},
|
||||||
{"name": "**node**", "dir": "https://nodejs.org/en/", "exclude": []},
|
{"name": "**node**", "dir": "https://nodejs.org/en/", "exclude": []},
|
||||||
{"name": "**yarn**", "dir": "https://yarnpkg.com/cli/install", "exclude": []},
|
{"name": "**yarn**", "dir": "https://yarnpkg.com/cli/install", "exclude": []},
|
||||||
{"name": "**pip**", "dir": "https://pypi.org/", "exclude": []},
|
{"name": "**pip**", "dir": "https://pypi.org/", "exclude": []},
|
||||||
|
|||||||
Reference in New Issue
Block a user