Skip to content

Commit 87d380b

Browse files
Updated files with 'repo_helper'. (#109)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 7b05b3a commit 87d380b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/octocheese.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
schedule:
77
- cron: 0 12 * * *
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
Run:
1114
runs-on: ubuntu-latest

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Upload distribution to PyPI 🚀
163163
if: startsWith(github.ref, 'refs/tags/')
164-
uses: pypa/gh-action-pypi-publish@v1.4.2
164+
uses: pypa/gh-action-pypi-publish@v1.13.0
165165
with:
166166
user: __token__
167167
password: ${{ secrets.PYPI_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ repos:
6262
- id: rst-inline-touching-normal
6363

6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v2.12.0
65+
rev: v3.3.0
6666
hooks:
6767
- id: pyupgrade
6868
args:
69-
- --py36-plus
69+
- --py37-plus
7070
- --keep-runtime-typing
7171

7272
- repo: https://github.com/Lucas-C/pre-commit-hooks

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ setenv =
7878
[testenv:docs]
7979
setenv = SHOW_TODOS = 1
8080
passenv = SPHINX_BUILDER
81-
basepython = python3.8
81+
basepython = python3.9
8282
changedir = {toxinidir}/doc-source
8383
deps = -r{toxinidir}/doc-source/requirements.txt
8484
commands = sphinx-build -M {env:SPHINX_BUILDER:html} . ./build {posargs}
@@ -122,6 +122,7 @@ deps =
122122
flake8-sphinx-links>=0.0.4
123123
flake8-strftime>=0.1.1
124124
flake8-typing-imports>=1.10.0
125+
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
125126
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
126127
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
127128
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods

0 commit comments

Comments
 (0)