Skip to content

Commit a76d141

Browse files
chore: update ruff toml
1 parent dfe3154 commit a76d141

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ target-version = "py37"
44

55
[lint]
66
select = [
7-
"E", # pycodestyle errors
87
"W", # pycodestyle warnings
98
"F", # pyflakes
109
"I", # isort
@@ -13,6 +12,5 @@ select = [
1312
"UP", # pyupgrade
1413
]
1514
ignore = [
16-
"E501",
1715
"B008", # do not perform function calls in argument defaults
1816
]

0 commit comments

Comments
 (0)