-
### Is your feature request related to a problem?
```python
import subprocess
subprocess.run(["cat", "-n"])
```
[`subprocess.run`](https://docs.python.org/3/library/subprocess.html#sub…
ghost updated
4 years ago
-
flake8 has an option to disable `# noqa` comments. When running pydocstyle as a flake8 plugin (via flake8-docstrings) and using flake8's `--disable-noqa` option, `# noqa` comments still block all viol…
-
The `nix-buiild -f . env` fails with
```
these derivations will be built:
/nix/store/w2hh6rx8a2zxcbyl4jbsiylc02an6p00-python3.7-faker-4.0.0.drv
/nix/store/3nhbd05mr6500652pr35cp3kflxw09br-py…
-
## Checklist
- [x] I have checked existing issues for potential duplicates before creating this one.
- [x] I have read the [Troubleshooting guide][].
## Bug description
The flycheck errors lis…
-
Hi,
I'm seeing different results when running `darglint` multiple times on the same file.
I tracked down the issue to the number of workers, since if I decrease it from 4 to 1 (https://github.co…
-
Currently, we are compiling c files to produce binary files that contains strings which can be found in the package. Most of the strings generated by compiling c file is just the compiler dump which …
-
Would there be interest in adding type annotations within jedi?
I realise the codebase currently supports Python 2.7 still, which would complicate things a bit, though I think this could help both …
-
### Bug report
**Bug Summary**
Started an issue about this because it became complicated enough that I need somewhere to track progress.
Basically, we need to add rule "D213" to our li…
-
```
cd doc
make clean
make html
```
-->
```
reading sources... [100%] model/vesicle …
-
In order to reproduce these test failures locally,
- do `edm run -e bootstrap -- python -m etstool install --toolkit pyqt`
- install traits from source
- locally set `traits.has_traits.CHECK_INTE…