Skip to content

Commit fc798f7

Browse files
committed
ci(tmuxp): Remove .tmuxp-before-script.sh
1 parent 875bde6 commit fc798f7

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.tmuxp-before-script.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/developing.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,6 @@ this will load the `.tmuxp.yaml` in the root of the project.
327327
328328
```
329329

330-
`.tmuxp-before-script.sh` ran by `before_script`:
331-
332-
```{literalinclude} ../.tmuxp-before-script.sh
333-
:language: console
334-
335-
```
336-
337330
## Formatting
338331

339332
The project uses [black] and [isort] (one after the other). Configurations are in `pyproject.toml`

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ packages = [
2929
include = [
3030
{ path = "CHANGES", format = "sdist" },
3131
{ path = ".tmuxp.yaml", format = "sdist" },
32-
{ path = ".tmuxp-before-script.sh", format = "sdist" },
3332
{ path = "tests", format = "sdist" },
3433
{ path = "examples", format = "sdist" },
3534
{ path = "docs", format = "sdist" },

0 commit comments

Comments
 (0)