blob: ad7ef14b2a5fb48880c617a5c759b2bcbae3e962 [file] [log] [blame]
Mike Frysinger9997ceb2022-05-11 19:04:22 +00001#!/usr/bin/env vpython3
2# Copyright 2022 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Note: We use tags here instead of refs because refs will always hit the
7# network to see if there are any updates.
8
9# [VPYTHON:BEGIN]
10# python_version: "3.8"
11#
12# # Third party dependencies. These are only listed because pylint itself needs
13# # them. Feel free to add/remove anything here.
14#
15# wheel: <
16# name: "infra/python/wheels/click-py3"
17# version: "version:8.0.3"
18# >
19# wheel: <
20# name: "infra/python/wheels/mypy-extensions-py3"
21# version: "version:0.4.3"
22# >
23# wheel: <
24# name: "infra/python/wheels/pathspec-py3"
25# version: "version:0.9.0"
26# >
27# wheel: <
28# name: "infra/python/wheels/platformdirs-py3"
29# version: "version:2.5.2"
30# >
31# wheel: <
32# name: "infra/python/wheels/tomli-py3"
33# version: "version:1.1.0"
34# >
35# wheel: <
36# name: "infra/python/wheels/typing-extensions-py3"
37# version: "version:4.0.1"
38# >
39#
40# # Black itself.
41#
42# wheel: <
43# name: "infra/python/wheels/black-py3"
44# version: "version:22.3.0"
45# >
46#
47# [VPYTHON:END]
48
49import black.__main__