Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Jan 13, 2022
1 parent 075cd9f commit 850f27f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cleanup.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/python_ci_macos.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "macos-latest"
continue-on-error: ${{ matrix.config.experimental }}
env:
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,pypy-3.6,pypy-3.7'
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,pypy-3.7'

strategy:
fail-fast: False
Expand All @@ -32,7 +32,6 @@ jobs:
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -30,7 +30,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
rev: v0.3.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
- id: forbid-crlf

- repo: https://github.com/python-formate/snippet-fmt
rev: v0.1.3
rev: v0.1.4
hooks:
- id: snippet-fmt

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -112,7 +112,7 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
:target: https://github.com/repo-helper/repo_helper/commit/master
:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
.. |maintained| image:: https://img.shields.io/maintenance/yes/2022
:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/repo_helper
Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Expand Up @@ -118,7 +118,7 @@ This project is in an early stage, and some things might not work correctly or b
:last-commit:
:alt: GitHub last commit

.. |maintained| maintained-shield:: 2021
.. |maintained| maintained-shield:: 2022
:alt: Maintenance

.. |pypi-downloads| pypi-shield::
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -29,7 +29,9 @@ qa = mypy, lint
cov = py37, coverage

[testenv]
setenv = PYTHONDEVMODE = 1
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
deps = -r{toxinidir}/tests/requirements.txt
extras = all
commands =
Expand Down

0 comments on commit 850f27f

Please sign in to comment.