|
610 | 610 | "important": true
|
611 | 611 | }
|
612 | 612 | }
|
| 613 | + }, |
| 614 | + "pyproject-formatter": { |
| 615 | + "configPath": "pyproject.toml", |
| 616 | + "configName": "Python Formatter", |
| 617 | + "recommendations": { |
| 618 | + "ms-python.black-formatter": { |
| 619 | + "name": "Black Formatter", |
| 620 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?black\"?\\s*[\\].])|(\"black\\s*[\"[(<=>!~;@])" |
| 621 | + }, |
| 622 | + "ms-python.autopep8": { |
| 623 | + "name": "Autopep8", |
| 624 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?autopep8\"?\\s*[\\].])|(\"autopep8\\s*[\"[(<=>!~;@])" |
| 625 | + } |
| 626 | + } |
| 627 | + }, |
| 628 | + "pep8-formatter": { |
| 629 | + "configPath": ".pep8", |
| 630 | + "configName": "Python Formatter", |
| 631 | + "recommendations": { |
| 632 | + "ms-python.autopep8": { |
| 633 | + "name": "Autopep8" |
| 634 | + } |
| 635 | + } |
| 636 | + }, |
| 637 | + "python-setup-cgf-formatter": { |
| 638 | + "configPath": "setup.cfg", |
| 639 | + "configName": "Python Formatter", |
| 640 | + "recommendations": { |
| 641 | + "ms-python.autopep8": { |
| 642 | + "name": "Autopep8", |
| 643 | + "contentPattern": "^\\[pep8\\]" |
| 644 | + } |
| 645 | + } |
| 646 | + }, |
| 647 | + "tox-ini-formatter": { |
| 648 | + "configPath": "tox.ini", |
| 649 | + "configName": "Python Formatter", |
| 650 | + "recommendations": { |
| 651 | + "ms-python.autopep8": { |
| 652 | + "name": "Autopep8", |
| 653 | + "contentPattern": "^\\[pep8\\]" |
| 654 | + } |
| 655 | + } |
| 656 | + }, |
| 657 | + "pyproject-linter": { |
| 658 | + "configPath": "pyproject.toml", |
| 659 | + "configName": "Python Linter", |
| 660 | + "recommendations": { |
| 661 | + "ms-python.pylint": { |
| 662 | + "name": "Pylint", |
| 663 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?pylint\"?\\s*[\\].])|(\"pylint\\s*[\"[(<=>!~;@])" |
| 664 | + }, |
| 665 | + "charliermarsh.ruff": { |
| 666 | + "name": "Ruff", |
| 667 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?ruff\"?\\s*[\\].])|(\"ruff\\s*[\"[(<=>!~;@])" |
| 668 | + }, |
| 669 | + "ms-python.mypy-type-checker": { |
| 670 | + "name": "Mypy Type Checker", |
| 671 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?mypy\"?\\s*[\\].])|(\"mypy\\s*[\"[(<=>!~;@])" |
| 672 | + }, |
| 673 | + "ms-python.flake8": { |
| 674 | + "name": "Flake8", |
| 675 | + "contentPattern": "(^\\s*\\[\\[?\\s*\"?tool\"?\\s*\\.\\s*\"?flake8\"?\\s*[\\].])|(\"flake8\\s*[\"[(<=>!~;@])" |
| 676 | + } |
| 677 | + } |
| 678 | + }, |
| 679 | + ".pylintrc-linter": { |
| 680 | + "configPath": ".pylintrc", |
| 681 | + "configName": "Python Linter", |
| 682 | + "recommendations": { |
| 683 | + "ms-python.pylint": { |
| 684 | + "name": "Pylint" |
| 685 | + } |
| 686 | + } |
| 687 | + }, |
| 688 | + "pylintrc-linter": { |
| 689 | + "configPath": "pylintrc", |
| 690 | + "configName": "Python Linter", |
| 691 | + "recommendations": { |
| 692 | + "ms-python.pylint": { |
| 693 | + "name": "Pylint" |
| 694 | + } |
| 695 | + } |
| 696 | + }, |
| 697 | + "mypy-ini-linter": { |
| 698 | + "configPath": ".mypy.ini", |
| 699 | + "configName": "Python Linter", |
| 700 | + "recommendations": { |
| 701 | + "ms-python.mypy-type-checker": { |
| 702 | + "name": "Mypy Type Checker" |
| 703 | + } |
| 704 | + } |
| 705 | + }, |
| 706 | + "tox-ini-linter": { |
| 707 | + "configPath": "tox.ini", |
| 708 | + "configName": "Python Linter", |
| 709 | + "recommendations": { |
| 710 | + "ms-python.flake8": { |
| 711 | + "name": "Flake8", |
| 712 | + "contentPattern": "^\\[flake8\\]" |
| 713 | + } |
| 714 | + } |
| 715 | + }, |
| 716 | + ".flake8-linter": { |
| 717 | + "configPath": ".flake8", |
| 718 | + "configName": "Python Linter", |
| 719 | + "recommendations": { |
| 720 | + "ms-python.flake8": { |
| 721 | + "name": "Flake8" |
| 722 | + } |
| 723 | + } |
| 724 | + }, |
| 725 | + "python-setup-cgf-linter": { |
| 726 | + "configPath": "setup.cfg", |
| 727 | + "configName": "Python Linter", |
| 728 | + "recommendations": { |
| 729 | + "ms-python.flake8": { |
| 730 | + "name": "Flake8", |
| 731 | + "contentPattern": "^\\[flake8\\]" |
| 732 | + } |
| 733 | + } |
613 | 734 | }
|
614 | 735 | },
|
615 | 736 | "commandPaletteSuggestedCommandIds": [
|
|
1056 | 1177 | },
|
1057 | 1178 | "linkProtectionTrustedDomains": [
|
1058 | 1179 | "https://open-vsx.org"
|
1059 |
| - ] |
| 1180 | + ], |
| 1181 | + "version": "1.93.0" |
1060 | 1182 | }
|
0 commit comments