Skip to content

Commit bf9ec06

Browse files
Updated files with 'repo_helper'. (#22)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 2f2e5b4 commit bf9ec06

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -VV
4848
python -m site
4949
python -m pip install --upgrade pip setuptools wheel
50-
python -m pip install --upgrade tox virtualenv
50+
python -m pip install --upgrade tox virtualenv!=20.16.0
5151
5252
- name: "Run mypy"
5353
if: steps.changes.outputs.code == 'true'

.github/workflows/python_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.10,3.11.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.10,3.11.0-rc.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
3131
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
32-
- {python-version: "3.11.0-beta.3", testenvs: "py311-dev,build", experimental: True}
32+
- {python-version: "3.11.0-rc.1", testenvs: "py311-dev,build", experimental: True}
3333
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3434
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3535
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
@@ -62,7 +62,7 @@ jobs:
6262
python -VV
6363
python -m site
6464
python -m pip install --upgrade pip setuptools wheel
65-
python -m pip install --upgrade tox virtualenv
65+
python -m pip install --upgrade tox virtualenv!=20.16.0
6666
6767
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6868
if: steps.setup-python.outcome == 'success'

.github/workflows/python_ci_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
USING_COVERAGE: '3.10,3.11.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
26+
USING_COVERAGE: '3.10,3.11.0-rc.1,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9'
2727

2828
strategy:
2929
fail-fast: False
3030
matrix:
3131
config:
3232
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
33-
- {python-version: "3.11.0-beta.3", testenvs: "py311-dev,build", experimental: True}
33+
- {python-version: "3.11.0-rc.1", testenvs: "py311-dev,build", experimental: True}
3434
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3535
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3636
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
@@ -63,7 +63,7 @@ jobs:
6363
python -VV
6464
python -m site
6565
python -m pip install --upgrade pip setuptools wheel
66-
python -m pip install --upgrade tox virtualenv
66+
python -m pip install --upgrade tox virtualenv!=20.16.0
6767
6868
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6969
if: steps.setup-python.outcome == 'success'

.github/workflows/python_ci_macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
runs-on: "macos-latest"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
USING_COVERAGE: '3.10,3.11.0-beta.3,pypy-3.7,pypy-3.8,pypy-3.9'
25+
USING_COVERAGE: '3.10,3.11.0-rc.1,pypy-3.7,pypy-3.8,pypy-3.9'
2626

2727
strategy:
2828
fail-fast: False
2929
matrix:
3030
config:
3131
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
32-
- {python-version: "3.11.0-beta.3", testenvs: "py311-dev,build", experimental: True}
32+
- {python-version: "3.11.0-rc.1", testenvs: "py311-dev,build", experimental: True}
3333
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3434
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
3535
- {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
@@ -61,7 +61,7 @@ jobs:
6161
python -VV
6262
python -m site
6363
python -m pip install --upgrade pip setuptools wheel
64-
python -m pip install --upgrade tox virtualenv
64+
python -m pip install --upgrade tox virtualenv!=20.16.0
6565
6666
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6767
if: steps.setup-python.outcome == 'success'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ repos:
4040
- id: bind-requirements
4141

4242
- repo: https://github.com/domdfcoding/flake8-dunder-all
43-
rev: v0.2.1
43+
rev: v0.2.2
4444
hooks:
4545
- id: ensure-dunder-all
4646
files: ^pytest_mypy_plugins_shim/.*\.py$
4747

4848
- repo: https://github.com/domdfcoding/flake2lint
49-
rev: v0.4.1
49+
rev: v0.4.2
5050
hooks:
5151
- id: flake2lint
5252

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ envlist = py310, py311-dev, pypy36, pypy37, pypy38, pypy39, mypy, build
1818
skip_missing_interpreters = True
1919
isolated_build = True
2020
requires =
21-
pip>=21
21+
pip>=21,!=22.2
2222
tox-envlist>=0.2.1
23+
virtualenv!=20.16.0
2324

2425
[envlists]
2526
test = py310, py311-dev, pypy36, pypy37, pypy38, pypy39
@@ -52,15 +53,15 @@ changedir = {toxinidir}
5253
ignore_errors = True
5354
skip_install = True
5455
deps =
55-
flake8>=3.8.2
56+
flake8>=3.8.2,<5
5657
flake8-2020>=1.6.0
5758
flake8-builtins>=1.5.3
5859
flake8-docstrings>=1.5.0
5960
flake8-dunder-all>=0.1.1
6061
flake8-encodings>=0.1.0
6162
flake8-github-actions>=0.1.0
62-
flake8-noqa>=1.1.0
63-
flake8-pyi>=20.10.0
63+
flake8-noqa>=1.1.0,<=1.2.2
64+
flake8-pyi>=20.10.0,<=22.8.0
6465
flake8-pytest-style>=1.3.0
6566
flake8-quotes>=3.3.0
6667
flake8-slots>=0.1.0

0 commit comments

Comments
 (0)