mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05: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": [
|
||||
"setuptools"
|
||||
],
|
||||
"flake8-plugin-utils": [
|
||||
"poetry"
|
||||
],
|
||||
"flake8-pytest-style": [
|
||||
"poetry-core"
|
||||
],
|
||||
"flake8-polyfill": [
|
||||
"setuptools"
|
||||
],
|
||||
"flake8-print": [
|
||||
"poetry-core"
|
||||
],
|
||||
"flake8-pyprojecttoml": [
|
||||
"setuptools"
|
||||
],
|
||||
"flake8-simplify": [
|
||||
"setuptools"
|
||||
],
|
||||
"flaky": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue