-
Already run as a GitHub Action, but mainly so you can run locally. Add to dev_install.
https://github.com/cogent3/c3dev/issues/23#issuecomment-1475678489
-
I seems that isort does not cope well with import sections that contain conditionals. Here's an example from a package I author (and a fairly common scenario at that).
```python
import sys
if s…
-
**Is your feature request related to a problem? Please describe.**
ProbNum's source is linted rather extensively, but the notebooks are not at all.
This leads to some discrepancies in code quality, …
-
Current we have a pylint file - https://github.com/GoogleCloudPlatform/bank-of-anthos/blob/master/.pylintrc - that ignores certain pylint errors in the Python service source code.
Let's try to rem…
-
### Bug description
```python
# pylint: disable=missing-module-docstring, pointless-statement
from typing import (
Any,
AnyStr,
Callable,
Collection,
Dict,
Generat…
-
Given that nippopy will rely on boutiques and that I'd like to more systematically use boutiques to manage a whole bunch of bids apps (and the fact that the BIDS execution standard - now official is v…
-
Some ideas that could make things easier for me and future maintainers:
I'd be nice to setup auto formatters like Black and isort. It's tedious to format all code manually.
[doc/devel/make_rele…
-
### Steps to Reproduce
1. Install new rye : in this case 0.41.0
2. Create new project:
a. source "$HOME/.rye/env"
b. cd /tmp/
c. rye init junk; cd junk
3. edit src/junk/__init__.py…
-
PyUnusedCodeBear does not give error when importing statements with parentheses
# Steps to Reproduce
1. Create a file containing an unused `import` statement with parentheses
for example,
```
f…
-
> The idea is also similar to the 'gofmt' tool for the Go programming language: end all holy wars about formatting
## Problem
I encounter holy wars about import sorting even though ordering is c…