Skip to content

Commit 369dece

Browse files
use src/ directory for source code.
1 parent 39b1cbd commit 369dece

25 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ lint.ignore = [
7474
[tool.ruff.lint.per-file-ignores]
7575
"examples/*" = ["T201"] # Print allowed in examples.
7676
"examples/ptpython_config/config.py" = ["F401"] # Unused imports in config.
77-
"ptpython/entry_points/run_ptipython.py" = ["T201", "F401"] # Print, import usage.
78-
"ptpython/entry_points/run_ptpython.py" = ["T201"] # Print usage.
79-
"ptpython/ipython.py" = ["T100"] # Import usage.
80-
"ptpython/repl.py" = ["T201"] # Print usage.
81-
"ptpython/printer.py" = ["T201"] # Print usage.
77+
"src/ptpython/entry_points/run_ptipython.py" = ["T201", "F401"] # Print, import usage.
78+
"src/ptpython/entry_points/run_ptpython.py" = ["T201"] # Print usage.
79+
"src/ptpython/ipython.py" = ["T100"] # Import usage.
80+
"src/ptpython/repl.py" = ["T201"] # Print usage.
81+
"src/ptpython/printer.py" = ["T201"] # Print usage.
8282

8383

8484
[tool.ruff.lint.isort]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)