Skip to content

Commit

Permalink
chore(internal): updates (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 13, 2024
1 parent 4efc068 commit d0637fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ unfixable = [
"T201",
"T203",
]
ignore-init-module-imports = true

[tool.ruff.lint.flake8-tidy-imports.banned-api]
"functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
Expand All @@ -207,7 +206,7 @@ combine-as-imports = true
extra-standard-library = ["typing_extensions"]
known-first-party = ["modern_treasury", "tests"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"bin/**.py" = ["T201", "T203"]
"scripts/**.py" = ["T201", "T203"]
"tests/**.py" = ["T201", "T203"]
Expand Down

0 comments on commit d0637fa

Please sign in to comment.