mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
add flake8 plugin build systems
This commit is contained in:
parent
e35a7e589f
commit
97b5fe2d7b
1 changed files with 12 additions and 0 deletions
|
@ -5024,12 +5024,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