Skip to content

Commit df05fb1

Browse files
authored
chore: add new linters (scaleway#1131)
1 parent 7bb15b7 commit df05fb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scaleway-core/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ select = [
4545
"ASYNC", # https://docs.astral.sh/ruff/rules/#flake8-async-async
4646
"ERA", # https://docs.astral.sh/ruff/rules/#eradicate-era
4747
"FIX", # https://docs.astral.sh/ruff/rules/#flake8-fixme-fix
48+
"FLY", # https://docs.astral.sh/ruff/rules/#flynt-fly
4849
"FURB", # https://docs.astral.sh/ruff/rules/#refurb-furb
4950
"RET", # https://docs.astral.sh/ruff/rules/#flake8-return-ret
51+
"SLOT", # https://docs.astral.sh/ruff/rules/#flake8-slots-slot
5052
"T10", # https://docs.astral.sh/ruff/rules/#flake8-debugger-t10
5153
"YTT", # https://docs.astral.sh/ruff/rules/#flake8-2020-ytt
5254
]

0 commit comments

Comments
 (0)