copier-python 0.11.2__tar.gz → 0.11.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {copier_python-0.11.2 → copier_python-0.11.3}/PKG-INFO +1 -1
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_pyproject.ambr +114 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/.gitignore +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/AGENTS.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/CONTRIBUTING.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/LICENSE +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/README.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/copier_python/__init__.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/copier_python/__main__.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/copier_python/py.typed +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/copier_python/repo.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/copier_python/update.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/contributing.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/development/requirements.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/development/updates.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/development/workflow.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/index.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/license.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/project-creation.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/project-development.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/project-release.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/project-setup.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/project-updates.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/releasing.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/requirements.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/docs/setup.md +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/pyproject.toml +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/__init__.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/conftest.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__init__.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_agents.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_compose.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_dockerfile.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_docs.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_license.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_readme.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_workflows.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_zensical.ambr +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_agents.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_compose.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_contributing.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_dockerfile.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_docs.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_license.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_pyproject.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_readme.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_structure.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_template.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_version.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_workflows.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/template/test_zensical.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/test_update.py +0 -0
- {copier_python-0.11.2 → copier_python-0.11.3}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: copier-python
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.3
|
|
4
4
|
Summary: Copier template for Python projects with modern tooling
|
|
5
5
|
Project-URL: Homepage, https://smkent.github.io/copier-python
|
|
6
6
|
Project-URL: Repository, https://github.com/smkent/copier-python
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_pyproject.ambr
RENAMED
|
@@ -210,6 +210,9 @@
|
|
|
210
210
|
[tool.ruff.lint.pydocstyle]
|
|
211
211
|
convention = "google"
|
|
212
212
|
|
|
213
|
+
[tool.ty.src]
|
|
214
|
+
include = ["pkfire/", "tests/"]
|
|
215
|
+
|
|
213
216
|
[tool.ty.terminal]
|
|
214
217
|
error-on-warning = true
|
|
215
218
|
output-format = "concise"
|
|
@@ -446,6 +449,9 @@
|
|
|
446
449
|
[tool.ruff.lint.pydocstyle]
|
|
447
450
|
convention = "google"
|
|
448
451
|
|
|
452
|
+
[tool.ty.src]
|
|
453
|
+
include = ["pkfire/", "tests/"]
|
|
454
|
+
|
|
449
455
|
[tool.ty.terminal]
|
|
450
456
|
error-on-warning = true
|
|
451
457
|
output-format = "concise"
|
|
@@ -646,6 +652,9 @@
|
|
|
646
652
|
[tool.ruff.lint.pydocstyle]
|
|
647
653
|
convention = "google"
|
|
648
654
|
|
|
655
|
+
[tool.ty.src]
|
|
656
|
+
include = ["pkfire/", "tests/"]
|
|
657
|
+
|
|
649
658
|
[tool.ty.terminal]
|
|
650
659
|
error-on-warning = true
|
|
651
660
|
output-format = "concise"
|
|
@@ -858,6 +867,9 @@
|
|
|
858
867
|
[tool.ruff.lint.pydocstyle]
|
|
859
868
|
convention = "google"
|
|
860
869
|
|
|
870
|
+
[tool.ty.src]
|
|
871
|
+
include = ["pkfire/", "tests/"]
|
|
872
|
+
|
|
861
873
|
[tool.ty.terminal]
|
|
862
874
|
error-on-warning = true
|
|
863
875
|
output-format = "concise"
|
|
@@ -1057,6 +1069,9 @@
|
|
|
1057
1069
|
[tool.ruff.lint.pydocstyle]
|
|
1058
1070
|
convention = "google"
|
|
1059
1071
|
|
|
1072
|
+
[tool.ty.src]
|
|
1073
|
+
include = ["pkfire/", "tests/"]
|
|
1074
|
+
|
|
1060
1075
|
[tool.ty.terminal]
|
|
1061
1076
|
error-on-warning = true
|
|
1062
1077
|
output-format = "concise"
|
|
@@ -1268,6 +1283,9 @@
|
|
|
1268
1283
|
[tool.ruff.lint.pydocstyle]
|
|
1269
1284
|
convention = "google"
|
|
1270
1285
|
|
|
1286
|
+
[tool.ty.src]
|
|
1287
|
+
include = ["pkfire/", "tests/"]
|
|
1288
|
+
|
|
1271
1289
|
[tool.ty.terminal]
|
|
1272
1290
|
error-on-warning = true
|
|
1273
1291
|
output-format = "concise"
|
|
@@ -1443,6 +1461,9 @@
|
|
|
1443
1461
|
[tool.ruff.lint.pydocstyle]
|
|
1444
1462
|
convention = "google"
|
|
1445
1463
|
|
|
1464
|
+
[tool.ty.src]
|
|
1465
|
+
include = ["pkfire/", "tests/"]
|
|
1466
|
+
|
|
1446
1467
|
[tool.ty.terminal]
|
|
1447
1468
|
error-on-warning = true
|
|
1448
1469
|
output-format = "concise"
|
|
@@ -1630,6 +1651,9 @@
|
|
|
1630
1651
|
[tool.ruff.lint.pydocstyle]
|
|
1631
1652
|
convention = "google"
|
|
1632
1653
|
|
|
1654
|
+
[tool.ty.src]
|
|
1655
|
+
include = ["pkfire/", "tests/"]
|
|
1656
|
+
|
|
1633
1657
|
[tool.ty.terminal]
|
|
1634
1658
|
error-on-warning = true
|
|
1635
1659
|
output-format = "concise"
|
|
@@ -1859,6 +1883,9 @@
|
|
|
1859
1883
|
[tool.ruff.lint.pydocstyle]
|
|
1860
1884
|
convention = "google"
|
|
1861
1885
|
|
|
1886
|
+
[tool.ty.src]
|
|
1887
|
+
include = ["pkfire/", "tests/"]
|
|
1888
|
+
|
|
1862
1889
|
[tool.ty.terminal]
|
|
1863
1890
|
error-on-warning = true
|
|
1864
1891
|
output-format = "concise"
|
|
@@ -2100,6 +2127,9 @@
|
|
|
2100
2127
|
[tool.ruff.lint.pydocstyle]
|
|
2101
2128
|
convention = "google"
|
|
2102
2129
|
|
|
2130
|
+
[tool.ty.src]
|
|
2131
|
+
include = ["pkfire/", "tests/"]
|
|
2132
|
+
|
|
2103
2133
|
[tool.ty.terminal]
|
|
2104
2134
|
error-on-warning = true
|
|
2105
2135
|
output-format = "concise"
|
|
@@ -2305,6 +2335,9 @@
|
|
|
2305
2335
|
[tool.ruff.lint.pydocstyle]
|
|
2306
2336
|
convention = "google"
|
|
2307
2337
|
|
|
2338
|
+
[tool.ty.src]
|
|
2339
|
+
include = ["pkfire/", "tests/"]
|
|
2340
|
+
|
|
2308
2341
|
[tool.ty.terminal]
|
|
2309
2342
|
error-on-warning = true
|
|
2310
2343
|
output-format = "concise"
|
|
@@ -2522,6 +2555,9 @@
|
|
|
2522
2555
|
[tool.ruff.lint.pydocstyle]
|
|
2523
2556
|
convention = "google"
|
|
2524
2557
|
|
|
2558
|
+
[tool.ty.src]
|
|
2559
|
+
include = ["pkfire/", "tests/"]
|
|
2560
|
+
|
|
2525
2561
|
[tool.ty.terminal]
|
|
2526
2562
|
error-on-warning = true
|
|
2527
2563
|
output-format = "concise"
|
|
@@ -2726,6 +2762,9 @@
|
|
|
2726
2762
|
[tool.ruff.lint.pydocstyle]
|
|
2727
2763
|
convention = "google"
|
|
2728
2764
|
|
|
2765
|
+
[tool.ty.src]
|
|
2766
|
+
include = ["pkfire/", "tests/"]
|
|
2767
|
+
|
|
2729
2768
|
[tool.ty.terminal]
|
|
2730
2769
|
error-on-warning = true
|
|
2731
2770
|
output-format = "concise"
|
|
@@ -2942,6 +2981,9 @@
|
|
|
2942
2981
|
[tool.ruff.lint.pydocstyle]
|
|
2943
2982
|
convention = "google"
|
|
2944
2983
|
|
|
2984
|
+
[tool.ty.src]
|
|
2985
|
+
include = ["pkfire/", "tests/"]
|
|
2986
|
+
|
|
2945
2987
|
[tool.ty.terminal]
|
|
2946
2988
|
error-on-warning = true
|
|
2947
2989
|
output-format = "concise"
|
|
@@ -3122,6 +3164,9 @@
|
|
|
3122
3164
|
[tool.ruff.lint.pydocstyle]
|
|
3123
3165
|
convention = "google"
|
|
3124
3166
|
|
|
3167
|
+
[tool.ty.src]
|
|
3168
|
+
include = ["pkfire/", "tests/"]
|
|
3169
|
+
|
|
3125
3170
|
[tool.ty.terminal]
|
|
3126
3171
|
error-on-warning = true
|
|
3127
3172
|
output-format = "concise"
|
|
@@ -3314,6 +3359,9 @@
|
|
|
3314
3359
|
[tool.ruff.lint.pydocstyle]
|
|
3315
3360
|
convention = "google"
|
|
3316
3361
|
|
|
3362
|
+
[tool.ty.src]
|
|
3363
|
+
include = ["pkfire/", "tests/"]
|
|
3364
|
+
|
|
3317
3365
|
[tool.ty.terminal]
|
|
3318
3366
|
error-on-warning = true
|
|
3319
3367
|
output-format = "concise"
|
|
@@ -3541,6 +3589,9 @@
|
|
|
3541
3589
|
[tool.ruff.lint.pydocstyle]
|
|
3542
3590
|
convention = "google"
|
|
3543
3591
|
|
|
3592
|
+
[tool.ty.src]
|
|
3593
|
+
include = ["pkfire/", "tests/"]
|
|
3594
|
+
|
|
3544
3595
|
[tool.ty.terminal]
|
|
3545
3596
|
error-on-warning = true
|
|
3546
3597
|
output-format = "concise"
|
|
@@ -3780,6 +3831,9 @@
|
|
|
3780
3831
|
[tool.ruff.lint.pydocstyle]
|
|
3781
3832
|
convention = "google"
|
|
3782
3833
|
|
|
3834
|
+
[tool.ty.src]
|
|
3835
|
+
include = ["pkfire/", "tests/"]
|
|
3836
|
+
|
|
3783
3837
|
[tool.ty.terminal]
|
|
3784
3838
|
error-on-warning = true
|
|
3785
3839
|
output-format = "concise"
|
|
@@ -3983,6 +4037,9 @@
|
|
|
3983
4037
|
[tool.ruff.lint.pydocstyle]
|
|
3984
4038
|
convention = "google"
|
|
3985
4039
|
|
|
4040
|
+
[tool.ty.src]
|
|
4041
|
+
include = ["pkfire/", "tests/"]
|
|
4042
|
+
|
|
3986
4043
|
[tool.ty.terminal]
|
|
3987
4044
|
error-on-warning = true
|
|
3988
4045
|
output-format = "concise"
|
|
@@ -4198,6 +4255,9 @@
|
|
|
4198
4255
|
[tool.ruff.lint.pydocstyle]
|
|
4199
4256
|
convention = "google"
|
|
4200
4257
|
|
|
4258
|
+
[tool.ty.src]
|
|
4259
|
+
include = ["pkfire/", "tests/"]
|
|
4260
|
+
|
|
4201
4261
|
[tool.ty.terminal]
|
|
4202
4262
|
error-on-warning = true
|
|
4203
4263
|
output-format = "concise"
|
|
@@ -4400,6 +4460,9 @@
|
|
|
4400
4460
|
[tool.ruff.lint.pydocstyle]
|
|
4401
4461
|
convention = "google"
|
|
4402
4462
|
|
|
4463
|
+
[tool.ty.src]
|
|
4464
|
+
include = ["pkfire/", "tests/"]
|
|
4465
|
+
|
|
4403
4466
|
[tool.ty.terminal]
|
|
4404
4467
|
error-on-warning = true
|
|
4405
4468
|
output-format = "concise"
|
|
@@ -4614,6 +4677,9 @@
|
|
|
4614
4677
|
[tool.ruff.lint.pydocstyle]
|
|
4615
4678
|
convention = "google"
|
|
4616
4679
|
|
|
4680
|
+
[tool.ty.src]
|
|
4681
|
+
include = ["pkfire/", "tests/"]
|
|
4682
|
+
|
|
4617
4683
|
[tool.ty.terminal]
|
|
4618
4684
|
error-on-warning = true
|
|
4619
4685
|
output-format = "concise"
|
|
@@ -4792,6 +4858,9 @@
|
|
|
4792
4858
|
[tool.ruff.lint.pydocstyle]
|
|
4793
4859
|
convention = "google"
|
|
4794
4860
|
|
|
4861
|
+
[tool.ty.src]
|
|
4862
|
+
include = ["pkfire/", "tests/"]
|
|
4863
|
+
|
|
4795
4864
|
[tool.ty.terminal]
|
|
4796
4865
|
error-on-warning = true
|
|
4797
4866
|
output-format = "concise"
|
|
@@ -4982,6 +5051,9 @@
|
|
|
4982
5051
|
[tool.ruff.lint.pydocstyle]
|
|
4983
5052
|
convention = "google"
|
|
4984
5053
|
|
|
5054
|
+
[tool.ty.src]
|
|
5055
|
+
include = ["pkfire/", "tests/"]
|
|
5056
|
+
|
|
4985
5057
|
[tool.ty.terminal]
|
|
4986
5058
|
error-on-warning = true
|
|
4987
5059
|
output-format = "concise"
|
|
@@ -5214,6 +5286,9 @@
|
|
|
5214
5286
|
[tool.ruff.lint.pydocstyle]
|
|
5215
5287
|
convention = "google"
|
|
5216
5288
|
|
|
5289
|
+
[tool.ty.src]
|
|
5290
|
+
include = ["pkfire/", "tests/"]
|
|
5291
|
+
|
|
5217
5292
|
[tool.ty.terminal]
|
|
5218
5293
|
error-on-warning = true
|
|
5219
5294
|
output-format = "concise"
|
|
@@ -5458,6 +5533,9 @@
|
|
|
5458
5533
|
[tool.ruff.lint.pydocstyle]
|
|
5459
5534
|
convention = "google"
|
|
5460
5535
|
|
|
5536
|
+
[tool.ty.src]
|
|
5537
|
+
include = ["pkfire/", "tests/"]
|
|
5538
|
+
|
|
5461
5539
|
[tool.ty.terminal]
|
|
5462
5540
|
error-on-warning = true
|
|
5463
5541
|
output-format = "concise"
|
|
@@ -5666,6 +5744,9 @@
|
|
|
5666
5744
|
[tool.ruff.lint.pydocstyle]
|
|
5667
5745
|
convention = "google"
|
|
5668
5746
|
|
|
5747
|
+
[tool.ty.src]
|
|
5748
|
+
include = ["pkfire/", "tests/"]
|
|
5749
|
+
|
|
5669
5750
|
[tool.ty.terminal]
|
|
5670
5751
|
error-on-warning = true
|
|
5671
5752
|
output-format = "concise"
|
|
@@ -5886,6 +5967,9 @@
|
|
|
5886
5967
|
[tool.ruff.lint.pydocstyle]
|
|
5887
5968
|
convention = "google"
|
|
5888
5969
|
|
|
5970
|
+
[tool.ty.src]
|
|
5971
|
+
include = ["pkfire/", "tests/"]
|
|
5972
|
+
|
|
5889
5973
|
[tool.ty.terminal]
|
|
5890
5974
|
error-on-warning = true
|
|
5891
5975
|
output-format = "concise"
|
|
@@ -6093,6 +6177,9 @@
|
|
|
6093
6177
|
[tool.ruff.lint.pydocstyle]
|
|
6094
6178
|
convention = "google"
|
|
6095
6179
|
|
|
6180
|
+
[tool.ty.src]
|
|
6181
|
+
include = ["pkfire/", "tests/"]
|
|
6182
|
+
|
|
6096
6183
|
[tool.ty.terminal]
|
|
6097
6184
|
error-on-warning = true
|
|
6098
6185
|
output-format = "concise"
|
|
@@ -6312,6 +6399,9 @@
|
|
|
6312
6399
|
[tool.ruff.lint.pydocstyle]
|
|
6313
6400
|
convention = "google"
|
|
6314
6401
|
|
|
6402
|
+
[tool.ty.src]
|
|
6403
|
+
include = ["pkfire/", "tests/"]
|
|
6404
|
+
|
|
6315
6405
|
[tool.ty.terminal]
|
|
6316
6406
|
error-on-warning = true
|
|
6317
6407
|
output-format = "concise"
|
|
@@ -6495,6 +6585,9 @@
|
|
|
6495
6585
|
[tool.ruff.lint.pydocstyle]
|
|
6496
6586
|
convention = "google"
|
|
6497
6587
|
|
|
6588
|
+
[tool.ty.src]
|
|
6589
|
+
include = ["pkfire/", "tests/"]
|
|
6590
|
+
|
|
6498
6591
|
[tool.ty.terminal]
|
|
6499
6592
|
error-on-warning = true
|
|
6500
6593
|
output-format = "concise"
|
|
@@ -6690,6 +6783,9 @@
|
|
|
6690
6783
|
[tool.ruff.lint.pydocstyle]
|
|
6691
6784
|
convention = "google"
|
|
6692
6785
|
|
|
6786
|
+
[tool.ty.src]
|
|
6787
|
+
include = ["pkfire/", "tests/"]
|
|
6788
|
+
|
|
6693
6789
|
[tool.ty.terminal]
|
|
6694
6790
|
error-on-warning = true
|
|
6695
6791
|
output-format = "concise"
|
|
@@ -6922,6 +7018,9 @@
|
|
|
6922
7018
|
[tool.ruff.lint.pydocstyle]
|
|
6923
7019
|
convention = "google"
|
|
6924
7020
|
|
|
7021
|
+
[tool.ty.src]
|
|
7022
|
+
include = ["pkfire/", "tests/"]
|
|
7023
|
+
|
|
6925
7024
|
[tool.ty.terminal]
|
|
6926
7025
|
error-on-warning = true
|
|
6927
7026
|
output-format = "concise"
|
|
@@ -7142,6 +7241,9 @@
|
|
|
7142
7241
|
[tool.ruff.lint.pydocstyle]
|
|
7143
7242
|
convention = "google"
|
|
7144
7243
|
|
|
7244
|
+
[tool.ty.src]
|
|
7245
|
+
include = ["pkfire/", "tests/"]
|
|
7246
|
+
|
|
7145
7247
|
[tool.ty.terminal]
|
|
7146
7248
|
error-on-warning = true
|
|
7147
7249
|
output-format = "concise"
|
|
@@ -7386,6 +7488,9 @@
|
|
|
7386
7488
|
[tool.ruff.lint.pydocstyle]
|
|
7387
7489
|
convention = "google"
|
|
7388
7490
|
|
|
7491
|
+
[tool.ty.src]
|
|
7492
|
+
include = ["pkfire/", "tests/"]
|
|
7493
|
+
|
|
7389
7494
|
[tool.ty.terminal]
|
|
7390
7495
|
error-on-warning = true
|
|
7391
7496
|
output-format = "concise"
|
|
@@ -7618,6 +7723,9 @@
|
|
|
7618
7723
|
[tool.ruff.lint.pydocstyle]
|
|
7619
7724
|
convention = "google"
|
|
7620
7725
|
|
|
7726
|
+
[tool.ty.src]
|
|
7727
|
+
include = ["pkfire/", "tests/"]
|
|
7728
|
+
|
|
7621
7729
|
[tool.ty.terminal]
|
|
7622
7730
|
error-on-warning = true
|
|
7623
7731
|
output-format = "concise"
|
|
@@ -7862,6 +7970,9 @@
|
|
|
7862
7970
|
[tool.ruff.lint.pydocstyle]
|
|
7863
7971
|
convention = "google"
|
|
7864
7972
|
|
|
7973
|
+
[tool.ty.src]
|
|
7974
|
+
include = ["pkfire/", "tests/"]
|
|
7975
|
+
|
|
7865
7976
|
[tool.ty.terminal]
|
|
7866
7977
|
error-on-warning = true
|
|
7867
7978
|
output-format = "concise"
|
|
@@ -8094,6 +8205,9 @@
|
|
|
8094
8205
|
[tool.ruff.lint.pydocstyle]
|
|
8095
8206
|
convention = "google"
|
|
8096
8207
|
|
|
8208
|
+
[tool.ty.src]
|
|
8209
|
+
include = ["pkfire/", "tests/"]
|
|
8210
|
+
|
|
8097
8211
|
[tool.ty.terminal]
|
|
8098
8212
|
error-on-warning = true
|
|
8099
8213
|
output-format = "concise"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_compose.ambr
RENAMED
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_contributing.ambr
RENAMED
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_dockerfile.ambr
RENAMED
|
File without changes
|
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_license.ambr
RENAMED
|
File without changes
|
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_workflows.ambr
RENAMED
|
File without changes
|
{copier_python-0.11.2 → copier_python-0.11.3}/tests/template/__snapshots__/test_zensical.ambr
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|