-
Notifications
You must be signed in to change notification settings - Fork 19
/
setup.cfg
32 lines (28 loc) · 931 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = format_cspell_json
version = 0.1.0
url = https://github.com/tier4/autoware-spell-check-dict
license_file = LICENSE
description = format_cspell_json hooks for pre-commit
long_description = file: README.md
[options]
packages = find:
python_requires = >=3.8
[options.entry_points]
console_scripts =
format-cspell-json = format_cspell_json.format_cspell_json:main
[flake8]
# Modified from https://github.com/ament/ament_lint/blob/ebd524bb9973d5ec1dc48a670ce54f958a5a0243/ament_flake8/ament_flake8/configuration/ament_flake8.ini
application_import_names = format_cspell_json
extend-ignore = B902,C816,D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404,I202,CNL100,E203,E501,Q000
import-order-style = google
max-line-length = 100
show-source = true
statistics = true
[isort]
profile=black
line_length=100
force_sort_within_sections=true
force_single_line=true
reverse_relative=true
known_third_party=launch