prospector 1.15.4a1__py3-none-any.whl → 1.16.1__py3-none-any.whl

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.
@@ -311,7 +311,7 @@ combinations:
311
311
  - # Do not catch blind exception: `BaseException`
312
312
  - pylint: broad-except
313
313
  - pylint: W0703
314
- - ruff: BLE002
314
+ - ruff: BLE001
315
315
 
316
316
  - # Create your own exception
317
317
  - pylint: broad-exception-raised
@@ -438,6 +438,11 @@ combinations:
438
438
  - ruff: PLW1510
439
439
  - bandit: B603
440
440
 
441
+ - # Unused argument
442
+ - pylint: unused-argument
443
+ - pylint: W0613
444
+ - ruff: ARG001
445
+
441
446
  - # Private member accessed:
442
447
  - pylint: protected-access
443
448
  - pylint: W0212
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: prospector
3
- Version: 1.15.4a1
3
+ Version: 1.16.1
4
4
  Summary: Prospector is a tool to analyse Python code by aggregating the result of other tools.
5
+ Home-page: http://prospector.readthedocs.io
5
6
  License: GPLv2+
6
7
  Keywords: pylint,prospector,static code analysis
7
8
  Author: Carl Crowder
@@ -18,23 +19,25 @@ Classifier: Operating System :: Unix
18
19
  Classifier: Programming Language :: Python :: 3
19
20
  Classifier: Programming Language :: Python :: 3.9
20
21
  Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.10
21
23
  Classifier: Programming Language :: Python :: 3.11
22
24
  Classifier: Programming Language :: Python :: 3.12
23
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.9
24
27
  Classifier: Topic :: Software Development :: Quality Assurance
25
- Provides-Extra: with-bandit
26
- Provides-Extra: with-everything
27
- Provides-Extra: with-mypy
28
- Provides-Extra: with-pyright
29
- Provides-Extra: with-pyroma
30
- Provides-Extra: with-ruff
31
- Provides-Extra: with-vulture
28
+ Provides-Extra: with_bandit
29
+ Provides-Extra: with_everything
30
+ Provides-Extra: with_mypy
31
+ Provides-Extra: with_pyright
32
+ Provides-Extra: with_pyroma
33
+ Provides-Extra: with_ruff
34
+ Provides-Extra: with_vulture
32
35
  Requires-Dist: GitPython (>=3.1.27,<4.0.0)
33
36
  Requires-Dist: PyYAML
34
- Requires-Dist: bandit (>=1.5.1) ; extra == "with-bandit" or extra == "with-everything"
37
+ Requires-Dist: bandit (>=1.5.1); extra == "with_bandit" or extra == "with_everything"
35
38
  Requires-Dist: dodgy (>=0.2.1,<0.3.0)
36
39
  Requires-Dist: mccabe (>=0.7.0,<0.8.0)
37
- Requires-Dist: mypy (>=0.600) ; extra == "with-mypy" or extra == "with-everything"
40
+ Requires-Dist: mypy (>=0.600); extra == "with_mypy" or extra == "with_everything"
38
41
  Requires-Dist: packaging
39
42
  Requires-Dist: pep8-naming (>=0.3.3,<=0.10.0)
40
43
  Requires-Dist: pycodestyle (>=2.9.0)
@@ -43,14 +46,13 @@ Requires-Dist: pyflakes (>=2.2.0)
43
46
  Requires-Dist: pylint (>=3.0)
44
47
  Requires-Dist: pylint-celery (==0.3)
45
48
  Requires-Dist: pylint-django (>=2.6.1)
46
- Requires-Dist: pyright (>=1.1.3) ; extra == "with-pyright" or extra == "with-everything"
47
- Requires-Dist: pyroma (>=2.4) ; extra == "with-pyroma" or extra == "with-everything"
49
+ Requires-Dist: pyright (>=1.1.3); extra == "with_pyright" or extra == "with_everything"
50
+ Requires-Dist: pyroma (>=2.4); extra == "with_pyroma" or extra == "with_everything"
48
51
  Requires-Dist: requirements-detector (>=1.3.2)
49
- Requires-Dist: ruff ; extra == "with-ruff" or extra == "with-everything"
52
+ Requires-Dist: ruff; extra == "with_ruff" or extra == "with_everything"
50
53
  Requires-Dist: setoptconf-tmp (>=0.3.1,<0.4.0)
51
54
  Requires-Dist: toml (>=0.10.2,<0.11.0)
52
- Requires-Dist: vulture (>=1.5) ; extra == "with-vulture" or extra == "with-everything"
53
- Project-URL: Homepage, http://prospector.readthedocs.io
55
+ Requires-Dist: vulture (>=1.5); extra == "with_vulture" or extra == "with_everything"
54
56
  Project-URL: Repository, https://github.com/PyCQA/prospector
55
57
  Description-Content-Type: text/x-rst
56
58
 
@@ -2,7 +2,7 @@ prospector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  prospector/__main__.py,sha256=-gdHYZxwq_P8er7HuZEBImY0pwaFq8uIa78dQdJsTTQ,71
3
3
  prospector/autodetect.py,sha256=sUcayzZjLGESxoPDN_t4_amOAnh9bwKX-9ANBlprP8k,3103
4
4
  prospector/blender.py,sha256=ldQSkfoEKv6pd72B9YCYdapeGUzgfhGzieAu7To3l6Y,4926
5
- prospector/blender_combinations.yaml,sha256=BD2mp4wjb2IRl08kAFBGUmk416WcUSeu-KcBwBII3_Y,32370
5
+ prospector/blender_combinations.yaml,sha256=KKeBXgt3jeOi26poNiZSqBtFmC50ADijnAz-X2nH25Q,32462
6
6
  prospector/compat.py,sha256=p_2BOebzUcKbUAd7mW8rn6tIc10R96gJuZS71QI0XY4,360
7
7
  prospector/config/__init__.py,sha256=4nYshBncKUvZrwNKmp2bQ2mQ8uRS7GU20xPbiC-nJ9g,14793
8
8
  prospector/config/configuration.py,sha256=fPSmyBPCOb-JvkOh2QMe0PfTdIHsy6V5plagI0d_vaU,14039
@@ -66,8 +66,8 @@ prospector/tools/pyroma/__init__.py,sha256=GPQRJZfbs_SI0RBTyySz-4SIuM__YoLfXAm7u
66
66
  prospector/tools/ruff/__init__.py,sha256=vQLBI7PvrnKIUVbi3XKSES6mH5UUz99X2QNBk3QAIAI,3932
67
67
  prospector/tools/utils.py,sha256=cRCogsMCH0lPBhdujPsIY0ovNAL6TAxBMohZRES02-4,1770
68
68
  prospector/tools/vulture/__init__.py,sha256=eaTh4X5onNlBMuz1x0rmcRn7x5XDVDgqftjIEd47eWI,3583
69
- prospector-1.15.4a1.dist-info/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
70
- prospector-1.15.4a1.dist-info/METADATA,sha256=aGqdN09IQoh1yHMiRcA3oeXzpc-TVyY2XMKwF0Eqf-o,9845
71
- prospector-1.15.4a1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
72
- prospector-1.15.4a1.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
73
- prospector-1.15.4a1.dist-info/RECORD,,
69
+ prospector-1.16.1.dist-info/entry_points.txt,sha256=SxvCGt8MJTEZefHAvwnUc6jDetgCaaYY1Zpifuk8tqU,50
70
+ prospector-1.16.1.dist-info/LICENSE,sha256=WoTRadDy8VbcIKoVzl5Q1QipuD_cexAf3ul4MaVLttc,18044
71
+ prospector-1.16.1.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88
72
+ prospector-1.16.1.dist-info/METADATA,sha256=krNSyt_bIcBO89OiBaaNAUSMfoR6-bx_5f6G5xny36g,9926
73
+ prospector-1.16.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.1
2
+ Generator: poetry-core 1.2.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any