There was an error while loading. Please reload this page.
1 parent 790cdfd commit e3b9958Copy full SHA for e3b9958
2 files changed
pyproject.toml
@@ -94,23 +94,20 @@ ignore = [
94
]
95
select = [
96
"B", # flake-8-bugbear
97
- "C", # pylint-convention
98
"C90", # mccabe
99
"E", # pycodestyle-error
100
"F", # pyflakes
101
"I", # isort
102
"NPY", # numpy
103
"PD", # pandas-vet
104
"PIE", # flake8-pie
105
- "PL", # pylint
106
"Q", # flake8-quotes
107
"RET", # flake8-return
108
"RSE", # flake8-raise
109
"SIM", # flake8-simplify
110
"TCH", # flake8-type-checking
111
"TID", # flake8-tidy-imports
112
"UP", # pyupgrade
113
- "W", # pylint-warnings
114
115
116
[tool.ruff.lint.pydocstyle]
src/runrms/_utils.py
@@ -4,7 +4,6 @@
4
5
6
class BColors:
7
- # pylint: disable=too-few-public-methods
8
# local class for ANSI term color commands
9
10
HEADER = "\033[93;42m"
0 commit comments