Skip to content

Commit e909d44

Browse files
committed
rename back to lint; more select
1 parent 55de244 commit e909d44

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,12 @@ exclude = [
9898
fix = true
9999

100100
lint.select = [
101-
"E", # pycodestyle errors
102-
"F", # pyflakes errors
101+
"E", # pycodestyle errors
102+
"F", # pyflakes errors
103+
"I", # isort
104+
"ISC", # flake8-implicit-str-concat
105+
"RUF022", # unsorted-dunder-all
106+
"RUF100", # unused noqa (yesqa)
103107
]
104108
lint.ignore = [
105109
"E501", # line too long

0 commit comments

Comments
 (0)