Skip to content

Commit 2314d98

Browse files
hugovksdn4z
authored andcommitted
Update top-pypi-packages filename
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
1 parent 72732b2 commit 2314d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twyn/base/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
DEFAULT_SELECTOR_METHOD = "all"
2525
DEFAULT_DEPENDENCY_FILE = "requirements.txt"
2626
DEFAULT_PROJECT_TOML_FILE = "pyproject.toml"
27-
DEFAULT_TOP_PYPI_PACKAGES = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"
27+
DEFAULT_TOP_PYPI_PACKAGES = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json"
2828

2929

3030
class AvailableLoggingLevels(enum.Enum):

0 commit comments

Comments
 (0)