Skip to content

Commit a5eecd3

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

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: ['ubuntu-22.04', 'windows-2019']
23+
os: ['ubuntu-22.04', 'windows-2022']
2424
fail-fast: false
2525

2626
steps:

.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.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818

1919
jobs:
2020
tests:
21-
name: "windows-2019 / Python ${{ matrix.config.python-version }}"
22-
runs-on: "windows-2019"
21+
name: "windows-2022 / Python ${{ matrix.config.python-version }}"
22+
runs-on: "windows-2022"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
2525
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ build:
2020
post_create_environment:
2121
- pip install .[readme,cli]
2222
post_install:
23-
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24-
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5
23+
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2
24+
sphinxcontrib-htmlhelp==2.0.1 sphinxcontrib-jsmath==1.0.1
25+
sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ known_third_party = [
3636
"dom_toml",
3737
"domdf_python_tools",
3838
"importlib_metadata",
39+
"license_expression",
3940
"natsort",
4041
"nh3",
4142
"packaging",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ download = True
6868
setenv =
6969
PYTHONDEVMODE=1
7070
PIP_DISABLE_PIP_VERSION_CHECK=1
71-
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
7271

7372
[testenv:py312]
7473
download = True
@@ -124,6 +123,7 @@ deps =
124123
flake8-sphinx-links>=0.0.4
125124
flake8-strftime>=0.1.1
126125
flake8-typing-imports>=1.10.0
126+
git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations
127127
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
128128
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
129129
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods

0 commit comments

Comments
 (0)