Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Oct 27, 2023
1 parent 2cf9631 commit 111c804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/9.release-notes/1.v7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ git diff

This feature is a huge time saver when you maintain multiple projects and want them to be consistent. Or to modify the `replay.yaml` file and apply changes to the whole project instead of generating a new one or finding and replacing all occurrences manually.

In this release we have updated included scripts to run CI checks and format code. Run `pdm run -l` to see the full list of available scripts.
In this release we have updated linter rules to be more strict. Scripts to run CI routines were also updated. Run `pdm run -l` to see the full list of available scripts.

```shell
$ pdm run -l
Expand All @@ -117,7 +117,7 @@ $ pdm run -l
╰────────┴───────────┴──────────────────────────────────╯
```

Inspect `pyproject.toml` to see how these scripts are defined. You can also add your own scripts to automate common tasks.
Inspect `pyproject.toml` to see how these scripts are defined or add your own to automate common tasks.

Here's a basic example of a GitHub Actions workflow to run all checks on every push:

Expand Down

0 comments on commit 111c804

Please sign in to comment.