Skip to content

Commit

Permalink
chore: Update ruff config names
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Feb 5, 2024
1 parent 1f080c2 commit 46ff55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lint.select = [
"RUF"
]

lint.extend-exclude = [
extend-exclude = [
".eggs",
".git",
".mypy_cache",
Expand All @@ -38,7 +38,7 @@ lint.extend-exclude = [
"venv",
]

extend-ignore = [
lint.extend-ignore = [
"B006", # Do not use mutable data structures for argument defaults
"B011", # tests use assert False
"B019", # Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks
Expand Down

0 comments on commit 46ff55c

Please sign in to comment.