Skip to content

Commit fe92b0e

Browse files
committed
add: fastapi rule
1 parent ec9a199 commit fe92b0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ line-length = 88
3333
indent-width = 4
3434

3535
[lint]
36-
# Enable errors, failures, and organaize imports.
37-
select = ["E", "F", "I"]
36+
# Enable errors, failures, organaize imports and fastapi.
37+
select = ["E", "F", "I", "FAST"]
3838
# Allow fix for all enabled rules (when `--fix`) is provided.
3939
fixable = ["ALL"]
4040
# Ignore long line errors.

0 commit comments

Comments
 (0)