Skip to content

Commit bf482c5

Browse files
committed
Work on build instructions
1 parent 1d1163c commit bf482c5

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Build.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ pip install -v -e .
3535
```
3636

3737
## Run tests
38-
```
39-
mypy .
40-
black .
41-
pytest
38+
```bash
39+
ci_scripts/devel/run_all_checks.sh
4240
```
4341

44-
---
42+
(This will run mypy, black, ruff and pytest)
4543

4644
# Misc advices
4745

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ litgen-cli = 'litgen.cli.litgen_cli:main'
5757
line-length = 120
5858
# A regex preceded with ^/ will apply only to files and directories
5959
# in the root of the project.
60-
extend-exclude = '''venv|^scratch|src/litgen/integration_tests/mylib|pybind11|importanize|.pyi$|lg_projects|ci_scripts/docker_ci/dvp|md4c|external/SDL'''
60+
extend-exclude = '''venv|^scratch|_litgeb_template|src/litgen/integration_tests/mylib|pybind11|importanize|.pyi$|lg_projects|ci_scripts/docker_ci/dvp|md4c|external/SDL'''

0 commit comments

Comments
 (0)