Skip to content

Commit e3b9958

Browse files
committed
MAINT: Remove pylint
1 parent 790cdfd commit e3b9958

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,20 @@ ignore = [
9494
]
9595
select = [
9696
"B", # flake-8-bugbear
97-
"C", # pylint-convention
9897
"C90", # mccabe
9998
"E", # pycodestyle-error
10099
"F", # pyflakes
101100
"I", # isort
102101
"NPY", # numpy
103102
"PD", # pandas-vet
104103
"PIE", # flake8-pie
105-
"PL", # pylint
106104
"Q", # flake8-quotes
107105
"RET", # flake8-return
108106
"RSE", # flake8-raise
109107
"SIM", # flake8-simplify
110108
"TCH", # flake8-type-checking
111109
"TID", # flake8-tidy-imports
112110
"UP", # pyupgrade
113-
"W", # pylint-warnings
114111
]
115112

116113
[tool.ruff.lint.pydocstyle]

src/runrms/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class BColors:
7-
# pylint: disable=too-few-public-methods
87
# local class for ANSI term color commands
98

109
HEADER = "\033[93;42m"

0 commit comments

Comments
 (0)