diff --git a/.pylintrc b/.pylintrc index 78e6067..a1f7205 100644 --- a/.pylintrc +++ b/.pylintrc @@ -11,14 +11,12 @@ # --disable=W" disable=logging-fstring-interpolation ,logging-format-interpolation - ,logging-not-lazy ,bad-continuation ,line-too-long ,ungrouped-imports ,typecheck ,wrong-import-order ,wrong-import-position - ,inconsistent-mro [REPORTS] diff --git a/LICENSE.md b/LICENSE.md index 92ddb12..177b52e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -## Copyright 2021 Ethan Paul +## Copyright 2022 Ethan Paul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software @@ -9,4 +9,9 @@ to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.** +**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE.** diff --git a/Makefile b/Makefile index 426059a..4928a76 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# genly makefile +# vault2vault makefile .PHONY: help # Put it first so that "make" without argument is like "make help" diff --git a/tox.ini b/tox.ini index e3e4319..07e0a01 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py37, py38, py39, static, static-tests, security +envlist = py36, py37, py38, py39, py310, static, static-tests, security isolated_build = true skip_missing_interpreters = true