mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Stop getting warnings about missing toml library
``` .nox/lint-salt/lib/python3.7/site-packages/isort/settings.py:295: UserWarning: Found pyproject.toml with [tool.isort] section, but toml package is not installed. To configure isort with pyproject.toml, install with 'isort[pyproject]'. 10:19:57 file_path)) ```
This commit is contained in:
parent
9dbff3c9a1
commit
cfc3bba516
6 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# Lint requirements
|
||||
pylint==2.4.4
|
||||
SaltPyLint>=v2019.11.14
|
||||
toml
|
||||
|
|
|
@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
|
|||
pylint==2.4.4
|
||||
saltpylint==2019.11.14
|
||||
six==1.12.0 # via astroid
|
||||
toml==0.10.0
|
||||
typed-ast==1.4.1 # via astroid
|
||||
wrapt==1.11.1 # via astroid
|
||||
|
|
|
@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
|
|||
pylint==2.4.4
|
||||
saltpylint==2019.11.14
|
||||
six==1.12.0 # via astroid
|
||||
toml==0.10.0
|
||||
typed-ast==1.4.1 # via astroid
|
||||
wrapt==1.11.1 # via astroid
|
||||
|
|
|
@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
|
|||
pylint==2.4.4
|
||||
saltpylint==2019.11.14
|
||||
six==1.12.0 # via astroid
|
||||
toml==0.10.0
|
||||
typed-ast==1.4.1 # via astroid
|
||||
wrapt==1.11.1 # via astroid
|
||||
|
|
|
@ -13,4 +13,5 @@ pycodestyle==2.5.0 # via saltpylint
|
|||
pylint==2.4.4
|
||||
saltpylint==2019.11.14
|
||||
six==1.12.0 # via astroid
|
||||
toml==0.10.0
|
||||
wrapt==1.11.1 # via astroid
|
||||
|
|
|
@ -13,4 +13,5 @@ pycodestyle==2.5.0 # via saltpylint
|
|||
pylint==2.4.4
|
||||
saltpylint==2019.11.14
|
||||
six==1.12.0 # via astroid
|
||||
toml==0.10.0
|
||||
wrapt==1.11.1 # via astroid
|
||||
|
|
Loading…
Add table
Reference in a new issue