Compare commits
6 commits
72133580d0
...
8e58d45e10
Author | SHA1 | Date | |
---|---|---|---|
8e58d45e10 | |||
4a2fb8a3d4 | |||
0075b9f78d | |||
ca098993c9 | |||
096b659db9 | |||
44ceef10de |
6 changed files with 1242 additions and 1243 deletions
|
@ -1,3 +0,0 @@
|
|||
[*.sh]
|
||||
indent_size = 4
|
||||
indent_style = space
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
__pycache__
|
||||
/dist
|
||||
/.venv
|
||||
|
|
|
@ -291,3 +291,4 @@ Handle project workflows in a unified way:
|
|||
* tex
|
||||
* translate to french
|
||||
* try to support nix
|
||||
* uv
|
||||
|
|
|
@ -76,10 +76,12 @@ def install_python_packages() -> None:
|
|||
"pydoclint",
|
||||
"pylint",
|
||||
"pytest",
|
||||
"PyYAML",
|
||||
"ruff",
|
||||
"sphinx",
|
||||
"Sphinx",
|
||||
"sphinx-rtd-theme",
|
||||
"twine",
|
||||
"types-PyYAML",
|
||||
]
|
||||
for package in packages:
|
||||
log.info(package)
|
||||
|
|
Loading…
Reference in a new issue