Skip to content

Commit

Permalink
docs(examples): update TOML configuration examples to use [tool.doten…
Browse files Browse the repository at this point in the history
…v] section
  • Loading branch information
pivoshenko committed Feb 9, 2025
1 parent 0fd922a commit 15b6f92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/configs/pyproject_ignore.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

[tool.poetry.plugins.dotenv]
[tool.dotenv]
ignore = "true"
location = ".env.dev"

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/configs/pyproject_location.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.poetry.plugins.dotenv]
[tool.dotenv]
location = ".env.dev"

[tool.poetry]
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Example script.""" # noqa: INP001
"""Example script."""

from __future__ import annotations

Expand Down

0 comments on commit 15b6f92

Please sign in to comment.