Modernize extension
- update dependencies - use tox for testing - use type hints - use pathlib and ipaddress from standard library instead of path and ipcalc - fix Sphinx deprecation warnings
This commit is contained in:
parent
c721d1bf9c
commit
7c675a6fdb
13 changed files with 801 additions and 465 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
|||
.coverage
|
||||
.idea/
|
||||
.ropeproject/
|
||||
/.*_cache/
|
||||
/.python-version
|
||||
/.tox/
|
||||
__pycache__/
|
||||
_build/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue