scripts: Fix isort changelog URL

This commit is contained in:
Florian Bruhin 2022-12-19 10:37:50 +01:00
parent 73278cc0a4
commit 57cc93da89
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"pylint": "https://pylint.pycqa.org/en/latest/whatsnew/2/index.html",
"tomlkit": "https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md",
"dill": "https://github.com/uqfoundation/dill/commits/master",
"isort": "https://pycqa.github.io/isort/CHANGELOG/",
"isort": "https://pycqa.github.io/isort/CHANGELOG.html",
"lazy-object-proxy": "https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst",
"mccabe": "https://github.com/PyCQA/mccabe#changes",
"pytest-cov": "https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst",