disnake

Форк
0
/
.libcst.codemod.yaml 
21 строка · 830.0 Байт
1
# SPDX-License-Identifier: MIT
2

3
# String that LibCST should look for in code which indicates that the
4
# module is generated code.
5
generated_code_marker: '@generated_module'
6
# Command line and arguments for invoking a code formatter. Anything
7
# specified here must be capable of taking code via stdin and returning
8
# formatted code via stdout.
9
formatter: ['black', '-q' , '-']
10
# List of regex patterns which LibCST will evaluate against filenames to
11
# determine if the module should be touched.
12
blacklist_patterns: []
13
# List of modules that contain codemods inside of them.
14
modules:
15
- 'scripts.codemods'
16
- 'autotyping'
17
# - 'libcst.codemod.commands'
18
# Absolute or relative path of the repository root, used for providing
19
# full-repo metadata. Relative paths should be specified with this file
20
# location as the base.
21
repo_root: '.'
22

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.