-
This is exposed by the requirementslib testsuite or in isort:
```
[ 146s] _____________________________ test_pipfile_finder ______________________________
[ 146s]
[ 146s] tmpdir = local('/tm…
-
It would be nice to provide custom command line options for isort command.
For example I need to use **isort -w 119**, instead of default value
-
-
-
Using a minimum configration, I can't get the `type` to generate pydantic classes in the output file.
`graphql.config.yml`
```
projects:
default:
schema: ./schema.graphql
extensions:…
-
Fails when trying to generate Sync client for Shopify GraphQL, but works fine with `enable_custom_operations=false`
env:
```
Python 3.9.13
ariadne-codegen==0.14.0
isort==5.13.2
black==24.8.0
…
-
Use pyproject.toml with settings for pylint, black, sort:
```
[tool.black]
line-length = 100
target-version = ['py38']
exclude = '''
(
/(
| \.git
| \.pytest_cache
| htmlcov
…
-
```
Run flake8 syncmymoodle
Traceback (most recent call last):
File "/home/runner/.local/lib/python3.10/site-packages/flake8/plugins/finder.py", line 291, in _load_plugin
obj = plugin.entry_…
-
I have a project with a couple sub-packages that have their own requirement.txts, i.e.:
```
my-proj/
sub-proj-foo/
requirements.txt
sub-proj-bar/
requirements.txt
```
…
-
We want to avoid code style issues when doing reviews of PRs.
We need `black` and `isort` linters to start with. Setup with a GitHub action run on each PR.
Ideally, these would be applied by dev…