Skip to content

Commit c640b26

Browse files
committed
Updated Ruff settings accordingly
1 parent afcf5f4 commit c640b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.ruff]
22

33
# description of all rules are available on https://docs.astral.sh/ruff/rules/
4-
lint.select = ["D", "E", "F", "W", "C", "S", "I", "TCH", "SLOT", "RUF", "C90", "N", "YTT", "ASYNC", "A", "C4", "T10", "PGH"]
4+
lint.select = ["D", "E", "F", "W", "C", "S", "I", "TCH", "SLOT", "RUF", "C90", "N", "YTT", "ASYNC", "A", "C4", "T10", "PGH", "FURB", "PERF", "AIR", "NPY", "FLY"]
55

66
# we need to check 'mood' of all docstrings, this needs to be enabled explicitly
77
lint.extend-select = ["D401"]
88

9-
lint.ignore = ["RUF021", "A004"]
9+
lint.ignore = []
1010

1111
target-version = "py311"
1212
lint.pydocstyle.convention = "google"

0 commit comments

Comments
 (0)