You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cookiecutterrc
+28-26Lines changed: 28 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,54 +1,56 @@
1
1
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
2
2
3
3
default_context:
4
-
allow_tests_inside_package: no
5
-
appveyor: no
4
+
allow_tests_inside_package: 'no'
5
+
appveyor: 'no'
6
6
c_extension_function: '-'
7
7
c_extension_module: '-'
8
-
c_extension_optional: yes
8
+
c_extension_optional: 'yes'
9
9
c_extension_support: cython
10
-
c_extension_test_pypi: yes
10
+
c_extension_test_pypi: 'yes'
11
11
c_extension_test_pypi_username: ionel
12
-
codacy: no
12
+
codacy: 'no'
13
13
codacy_projectid: '-'
14
-
codeclimate: no
15
-
codecov: yes
14
+
codeclimate: 'no'
15
+
codecov: 'yes'
16
16
command_line_interface: argparse
17
17
command_line_interface_bin_name: hunter-trace
18
-
coveralls: no
18
+
coveralls: 'no'
19
19
distribution_name: hunter
20
20
email: contact@ionelmc.ro
21
21
full_name: Ionel Cristian Mărieș
22
-
github_actions: yes
23
-
legacy_python: no
22
+
github_actions: 'yes'
23
+
github_actions_osx: 'yes'
24
+
github_actions_windows: 'yes'
25
+
legacy_python: 'no'
24
26
license: BSD 2-Clause License
25
27
linter: flake8
26
28
package_name: hunter
27
-
pre_commit: yes
29
+
pre_commit: 'yes'
30
+
pre_commit_formatter: black
28
31
project_name: Hunter
29
32
project_short_description: Hunter is a flexible code tracing toolkit, not for measuring coverage, but for debugging, logging, inspection and other nefarious purposes. It has a simple Python API and a convenient terminal API (see `Environment variable activation <env-var-activation_>`_).
0 commit comments