Skip to content

Commit c777b6b

Browse files
use src/ directory for source code.
1 parent f1dea7e commit c777b6b

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)