where possible http->https and fix links

This commit is contained in:
Anthony Sottile 2022-02-10 15:47:58 -05:00
parent 0322dee1ed
commit c6882772e1
6 changed files with 12 additions and 12 deletions

View file

@ -35,9 +35,9 @@ packages = find:
package_dir =
=src
# We document the reasoning for using ranges here:
# http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# https://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
# https://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
install_requires =
mccabe>=0.7.0,<0.8.0
pycodestyle>=2.8.0,<2.9.0