|
759 | 759 | ] |
760 | 760 | "./scripts/pylib/twister/twisterlib/cmakecache.py" = [ |
761 | 761 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
762 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
763 | 762 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
764 | 763 | ] |
765 | 764 | "./scripts/pylib/twister/twisterlib/config_parser.py" = [ |
|
769 | 768 | "./scripts/pylib/twister/twisterlib/coverage.py" = [ |
770 | 769 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
771 | 770 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
772 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
773 | 771 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
774 | 772 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
775 | 773 | ] |
|
782 | 780 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
783 | 781 | "SIM115", # https://docs.astral.sh/ruff/rules/open-file-with-context-handler |
784 | 782 | "UP007", # https://docs.astral.sh/ruff/rules/non-pep604-annotation |
785 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
786 | 783 | "UP030", # https://docs.astral.sh/ruff/rules/format-literals |
787 | 784 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
788 | 785 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
789 | 786 | ] |
790 | 787 | "./scripts/pylib/twister/twisterlib/hardwaremap.py" = [ |
791 | 788 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
792 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
793 | 789 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
794 | 790 | ] |
795 | 791 | "./scripts/pylib/twister/twisterlib/harness.py" = [ |
796 | 792 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
797 | 793 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
798 | 794 | "F811", # https://docs.astral.sh/ruff/rules/redefined-while-unused |
799 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
800 | 795 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
801 | 796 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
802 | 797 | ] |
803 | | -"./scripts/pylib/twister/twisterlib/package.py" = [ |
804 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
805 | | -] |
806 | 798 | "./scripts/pylib/twister/twisterlib/platform.py" = [ |
807 | 799 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
808 | 800 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
809 | 801 | ] |
810 | 802 | "./scripts/pylib/twister/twisterlib/quarantine.py" = [ |
811 | 803 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
812 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
813 | 804 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
814 | 805 | ] |
815 | 806 | "./scripts/pylib/twister/twisterlib/reports.py" = [ |
816 | 807 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
817 | 808 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
818 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
819 | 809 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
820 | 810 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
821 | 811 | ] |
822 | 812 | "./scripts/pylib/twister/twisterlib/runner.py" = [ |
823 | 813 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
824 | 814 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
825 | 815 | "SIM115", # https://docs.astral.sh/ruff/rules/open-file-with-context-handler |
826 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
827 | 816 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
828 | 817 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
829 | 818 | ] |
830 | 819 | "./scripts/pylib/twister/twisterlib/size_calc.py" = [ |
831 | 820 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
832 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
833 | 821 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
834 | 822 | ] |
835 | 823 | "./scripts/pylib/twister/twisterlib/testinstance.py" = [ |
836 | 824 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
837 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
838 | 825 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
839 | 826 | ] |
840 | 827 | "./scripts/pylib/twister/twisterlib/testplan.py" = [ |
841 | 828 | "E402", # https://docs.astral.sh/ruff/rules/module-import-not-at-top-of-file |
842 | 829 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
843 | 830 | "F401", # https://docs.astral.sh/ruff/rules/unused-import |
844 | 831 | "F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders |
845 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
846 | 832 | "UP031", # https://docs.astral.sh/ruff/rules/printf-string-formatting |
847 | 833 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
848 | 834 | ] |
|
853 | 839 | ] |
854 | 840 | "./scripts/pylib/twister/twisterlib/twister_main.py" = [ |
855 | 841 | "E501", # https://docs.astral.sh/ruff/rules/line-too-long |
856 | | - "UP015", # https://docs.astral.sh/ruff/rules/redundant-open-modes |
857 | 842 | "UP032", # https://docs.astral.sh/ruff/rules/f-string |
858 | 843 | ] |
859 | 844 | "./scripts/pylint/checkers/argparse-checker.py" = [ |
|
0 commit comments