@@ -44,78 +44,3 @@ homepage = "https://github.com/espressif/pytest-embedded"
44
44
repository = " https://github.com/espressif/pytest-embedded"
45
45
documentation = " https://docs.espressif.com/projects/pytest-embedded/en/latest/"
46
46
changelog = " https://github.com/espressif/pytest-embedded/blob/main/CHANGELOG.md"
47
-
48
- [tool .isort ]
49
- profile = ' black'
50
-
51
- [tool .ruff ]
52
- line-length = 120
53
- target-version = " py37"
54
-
55
- [tool .ruff .lint ]
56
- select = [
57
- ' F' , # Pyflakes
58
- ' E' , # pycodestyle
59
- ' W' , # pycodestyle
60
- # 'C90', # mccabe
61
- ' I' , # isort
62
- # 'N', # pep8-naming
63
- # 'D', # pydocstyle
64
- ' UP' , # pyupgrade
65
- ' YTT' , # flake8-2020
66
- # 'ANN', # flake8-annotations
67
- # 'ASYNC', # flake8-async
68
- # 'TRIO', # flake8-trio
69
- # 'S', # flake8-bandit
70
- # 'BLE', # flake8-blind-except
71
- # 'FBT', # flake8-boolean-trap
72
- # 'B', # flake8-bugbear
73
- ' A' , # flake8-builtins
74
- # 'COM', # flake8-commas
75
- # 'CPY', # flake8-copyright
76
- # 'C4', # flake8-comprehensions
77
- # 'DTZ', # flake8-datetimez
78
- # 'T10', # flake8-debugger
79
- # 'DJ', # flake8-django
80
- # 'EM', # flake8-errmsg
81
- # 'EXE', # flake8-executable
82
- # 'FA', # flake8-future-annotations
83
- # 'ISC', # flake8-implicit-str-concat
84
- # 'ICN', # flake8-import-conventions
85
- # 'G', # flake8-logging-format
86
- # 'INP', # flake8-no-pep420
87
- # 'PIE', # flake8-pie
88
- # 'T20', # flake8-print
89
- # 'PYI', # flake8-pyi
90
- # 'PT', # flake8-pytest-style
91
- # 'Q', # flake8-quotes
92
- # 'RSE', # flake8-raise
93
- # 'RET', # flake8-return
94
- # 'SLF', # flake8-self
95
- # 'SLOT', # flake8-slots
96
- # 'SIM', # flake8-simplify
97
- # 'TID', # flake8-tidy-imports
98
- # 'TCH', # flake8-type-checking
99
- # 'INT', # flake8-gettext
100
- ' ARG' , # flake8-unused-arguments
101
- # 'PTH', # flake8-use-pathlib
102
- # 'TD', # flake8-todos
103
- # 'FIX', # flake8-fixme
104
- ' ERA' , # eradicate
105
- # 'PD', # pandas-vet
106
- # 'PGH', # pygrep-hooks
107
- # 'PL', # Pylint
108
- # 'TRY', # tryceratops
109
- # 'FLY', # flynt
110
- # 'NPY', # NumPy-specific rules
111
- # 'AIR', # Airflow
112
- # 'PERF', # Perflint
113
- # 'FURB', # refurb
114
- ' LOG' , # flake8-logging
115
- ' RUF' , # Ruff-specific rules
116
- ]
117
-
118
- [tool .ruff .format ]
119
- quote-style = " single"
120
- exclude = [" **/tests/*" ]
121
- docstring-code-format = true
0 commit comments