Skip to content

Commit

Permalink
Use 'extend-select' to avoid disabling the default config. Ref jaraco…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 2, 2024
1 parent d1c5444 commit b434f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
@@ -1,5 +1,5 @@
[lint]
select = [
extend-select = [
"C901",
"W",
]
Expand Down

0 comments on commit b434f69

Please sign in to comment.