Commit graph

6 commits

Author SHA1 Message Date
Achille Fouilleul
0a96aacb24
os.system -> subprocess (#3955)
Quoting the python library documentation:

> The subprocess module provides more powerful facilities for spawning
> new processes and retrieving their results; using that module is
> preferable to using this function.
2024-10-15 20:43:02 -03:00
GameDungeon
daf23c9d10
Upgraded typehints (#2429)
* Future Annotations

* Delete template_twitter_post.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed broken RTD

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-01-20 12:26:21 +08:00
Naveen M K
dcb90a8656
Format Imports using Isort (#1178)
* Format imports using Isort.
Add a check for pull requests.

Signed-off-by: Naveen M K <naveen@syrusdark.website>

* CI: update check's name
2021-04-03 13:45:12 +05:30
Kapil Sachdeva
4237e00edc
fix - use absolute path in make_and_open_docs.py (#1048)
* fix - use absolute path in make_and_open_docs.py

* use as_uri on the absolute path to build the URI
2021-02-26 07:06:38 +01:00
Aathish Sivasubrahmanian
353dfdc403
Add a way to pass a custom browser if wanted. (#343)
You can now use `python make_and_open_docs.py <browser>` to open the docs in <browser>
2020-08-25 11:03:09 -04:00
kolibril13
7db6e6a7c0 generalized the script for all users 2020-08-15 15:55:07 +02:00