-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo_helper.yml
More file actions
42 lines (34 loc) · 796 Bytes
/
repo_helper.yml
File metadata and controls
42 lines (34 loc) · 796 Bytes
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
33
34
35
36
37
38
39
40
41
42
# Configuration for 'repo_helper' (https://github.com/repo-helper/repo_helper)
---
modname: 'formate-js'
copyright_years: '2026'
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-formate'
assignee: 'domdfcoding'
version: '0.1.0'
license: 'MIT'
short_desc: 'Formate plugin for reformatting JavaScript and TypeScript files with dprint.'
enable_conda: false
checkout_submodules: true
enable_docs: false
use_maturin: true
pre_commit_exclude: "^tests/specs/"
python_versions:
- 3.8
- 3.9
- '3.10'
- '3.11'
- '3.12'
- '3.13'
classifiers:
- "Programming Language :: Rust"
extra_lint_paths:
- python/formate_js
exclude_files:
- actions
tox_unmanaged:
- testenv:build
entry_points:
formate_hooks:
- "format_js=formate_js:javascript_hook"