Skip to content

Commit 41c8af1

Browse files
Use default rules for ruff
Ignored rules: Module level import not at top of cell, bare except, lambda assignments, star imports
1 parent d385dca commit 41c8af1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ exclude = [
114114
force-exclude = true
115115

116116
[tool.ruff.lint]
117-
select = ["E711", "E713", "E721", "E9", "F401", "F541", "F63", "F7", "F8"]
117+
select = ["E4", "E7", "E9", "F"]
118+
ignore = ["E402", "E722", "E731", "F403"]
118119

119120
[tool.towncrier]
120121
directory = "changelog.d"

0 commit comments

Comments
 (0)