Skip to content

Commit c2af9bd

Browse files
chore: Update ruff linting rules
This commit updates the `ruff.toml` configuration to expand the set of linting rules. The new rules `FIX` and `INT` have been added to the `select` list to improve code quality and catch a broader range of potential issues.
1 parent 8bda42f commit c2af9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude = ["migrations", "venv"]
33

44

55
[lint]
6-
select = ["N", "F", "W", "E", "I", "Q", "TID", "COM", "C4", "ERA", "RET", "PTH", "ISC", "C90", "T20", "SIM"]
6+
select = ["C4","N", "F", "W", "E", "I", "Q", "TID", "COM", "C4", "ERA", "RET", "PTH", "ISC", "C90", "T20", "SIM", "FIX", "INT"]
77

88

99
[format]

0 commit comments

Comments
 (0)