mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-10 20:46:41 -04:00
Merge pull request #890 from cpcloud/build-systems
add flake8 plugin build systems
This commit is contained in:
commit
1536cc0ab5
1 changed files with 12 additions and 0 deletions
|
@ -5027,12 +5027,24 @@
|
||||||
"flake8-length": [
|
"flake8-length": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
"flake8-plugin-utils": [
|
||||||
|
"poetry"
|
||||||
|
],
|
||||||
|
"flake8-pytest-style": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"flake8-polyfill": [
|
"flake8-polyfill": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"flake8-print": [
|
"flake8-print": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
"flake8-pyprojecttoml": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
|
"flake8-simplify": [
|
||||||
|
"setuptools"
|
||||||
|
],
|
||||||
"flaky": [
|
"flaky": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue