Skip to content

Commit ce5e5f4

Browse files
[repo-helper] Configuration Update (#76)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 2af0cb3 commit ce5e5f4

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Diff for: .github/workflows/flake8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Run:
1818
name: "Flake8"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-22.04"
2020

2121
steps:
2222
- name: Checkout 🛎️

Diff for: .github/workflows/mypy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

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

2626
steps:

Diff for: .github/workflows/python_ci_linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ permissions:
1919

2020
jobs:
2121
tests:
22-
name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
23-
runs-on: "ubuntu-20.04"
22+
name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
23+
runs-on: "ubuntu-22.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
2626
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'
@@ -84,7 +84,7 @@ jobs:
8484

8585
Coverage:
8686
needs: tests
87-
runs-on: "ubuntu-20.04"
87+
runs-on: "ubuntu-22.04"
8888
steps:
8989
- name: Checkout 🛎️
9090
uses: "actions/checkout@v4"
@@ -133,7 +133,7 @@ jobs:
133133
Deploy:
134134
needs: tests
135135

136-
runs-on: "ubuntu-20.04"
136+
runs-on: "ubuntu-22.04"
137137
steps:
138138
- name: Checkout 🛎️
139139
uses: "actions/checkout@v4"

Diff for: formate.toml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ known_third_party = [
3737
"domdf_python_tools",
3838
"importlib_metadata",
3939
"natsort",
40+
"nh3",
4041
"packaging",
4142
"pyproject_examples",
4243
"pytest",

0 commit comments

Comments
 (0)