-
### Description
In our project, we depend on the source version of the tianshou library like so:
```
tianshou = { git = "https://github.com/thu-ml/tianshou.git", rev = "9b6cb6903eddb529437f949b76…
-
This issue tracks the different things that can be done to improve the code quality. If you want to fix some one of the issues please comment on this issue, so I can update it.
### pylint
We curre…
-
I see this package supports python 2.7 so the type hints would have to be the comment variety:
https://web.archive.org/web/20220213164145/https://mypy.readthedocs.io/en/stable/cheat_sheet.html
…
-
## Information
**VIM version**
NVIM v0.9.5
Build type: Release
Operating System: macOS Sonoma 14.3
## What went wrong
When opening a fugitive.vim buffer (simplest one is doing a git di…
-
Hi,
I am trying to generate a new project and I selected these options:
Rest API
No database
No CI/CD
Add dummy model …
-
The below script is clean and tidy-imports (before 1.8.6) doesn't complain anything
```
> cat /var/tmp/a.py
import os
import simplejson
import sys
from .constants import abc…
-
As seen in #148, the CI pipeline is non-deterministic because dependencies are not pinned, i.e. the CI pipeline uses some versions of the dependencies at one point in time and possibly other versions …
-
Hi All,
I just tried to install the OROCOS one more time and it failed as the following package can not be compiled:
rsb-tools-cl-binary-0.14-toolkit-cogimon-minimal-trusty-nightly
Apparently it …
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
We encountered an error while attempting…
-
The version of python noted in README is 3.6+. My python version is python3.6. After executing the following commands:pip install -U pre-commit and pre-commit install, I excute git commit, some errors…