Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tox-dev/tox-ini-fmt: 0.5.0 → 0.5.1](tox-dev/tox-ini-fmt@0.5.0...0.5.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
pre-commit-ci[bot] authored and gaborbernat committed Jul 6, 2021
1 parent f863c1b commit 24308d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
hooks:
- id: rst-backticks
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "0.5.0"
rev: "0.5.1"
hooks:
- id: tox-ini-fmt
args: ["-p", "fix_lint"]
Expand Down
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.1.3-py3-none-any.whl",
"setuptools": "setuptools-57.0.0-py3-none-any.whl",
"setuptools": "setuptools-57.1.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit 24308d2

Please sign in to comment.