Skip to content

Commit 416c064

Browse files
Updated files with 'repo_helper'. (#85)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 927fe96 commit 416c064

11 files changed

Lines changed: 28 additions & 49 deletions

File tree

.github/workflows/docs_test_action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ on:
99
- 'imgbot'
1010
pull_request:
1111

12-
permissions:
13-
contents: read
14-
1512
jobs:
1613
docs:
14+
permissions:
15+
contents: read
1716
runs-on: ubuntu-latest
1817
steps:
1918
- name: Checkout 🛎️

.github/workflows/flake8.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ on:
1010
- 'imgbot'
1111
pull_request:
1212

13-
permissions:
14-
contents: read
15-
1613
jobs:
1714
Run:
1815
name: "Flake8"
16+
permissions:
17+
contents: read
1918
runs-on: "ubuntu-22.04"
2019

2120
steps:

.github/workflows/mypy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ on:
1010
- 'imgbot'
1111
pull_request:
1212

13-
permissions:
14-
contents: read
15-
1613
jobs:
1714
Run:
15+
permissions:
16+
contents: read
1817
name: "mypy / ${{ matrix.os }}"
1918
runs-on: ${{ matrix.os }}
2019

.github/workflows/octocheese.yml

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

9-
permissions:
10-
contents: write
11-
129
jobs:
1310
Run:
11+
permissions:
12+
contents: write
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: domdfcoding/octocheese@master

.github/workflows/python_ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ on:
1111

1212
pull_request:
1313

14-
permissions:
15-
actions: write
16-
issues: write
17-
contents: read
18-
1914
jobs:
2015
tests:
16+
permissions:
17+
actions: write
18+
contents: read
2119
name: "windows-2022 / Python ${{ matrix.config.python-version }}"
2220
runs-on: "windows-2022"
2321
continue-on-error: ${{ matrix.config.experimental }}

.github/workflows/python_ci_linux.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ on:
1212
- '*'
1313
pull_request:
1414

15-
permissions:
16-
actions: write
17-
issues: write
18-
contents: read
19-
2015
jobs:
2116
tests:
17+
permissions:
18+
actions: write
19+
contents: read
2220
name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
2321
runs-on: "ubuntu-22.04"
2422
continue-on-error: ${{ matrix.config.experimental }}
@@ -85,6 +83,9 @@ jobs:
8583

8684
Coverage:
8785
needs: tests
86+
permissions:
87+
actions: write
88+
contents: read
8889
runs-on: "ubuntu-22.04"
8990
steps:
9091
- name: Checkout 🛎️
@@ -134,7 +135,10 @@ jobs:
134135
135136
Deploy:
136137
needs: tests
137-
138+
permissions:
139+
actions: write
140+
issues: write
141+
contents: read
138142
runs-on: "ubuntu-22.04"
139143
steps:
140144
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ on:
1111

1212
pull_request:
1313

14-
permissions:
15-
actions: write
16-
issues: write
17-
contents: read
18-
1914
jobs:
2015
tests:
16+
permissions:
17+
actions: write
18+
contents: read
2119
name: "macos-${{ matrix.config.os-ver }} / Python ${{ matrix.config.python-version }}"
2220
runs-on: "macos-${{ matrix.config.os-ver }}"
2321
continue-on-error: ${{ matrix.config.experimental }}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dep_checker
9999
:target: https://github.com/python-coincidence/dep_checker/commit/master
100100
:alt: GitHub last commit
101101

102-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
102+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
103103
:alt: Maintenance
104104

105105
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dep_checker

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dep_checker
104104
:last-commit:
105105
:alt: GitHub last commit
106106

107-
.. |maintained| maintained-shield:: 2025
107+
.. |maintained| maintained-shield:: 2026
108108
:alt: Maintenance
109109

110110
.. |pypi-downloads| pypi-shield::

formate.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@ lines_between_types = 0
2727
use_parentheses = true
2828
remove_redundant_aliases = true
2929
default_section = "THIRDPARTY"
30-
known_third_party = [
31-
"astatine",
32-
"click",
33-
"coincidence",
34-
"configconfig",
35-
"consolekit",
36-
"coverage",
37-
"coverage_pyver_pragma",
38-
"dom_toml",
39-
"domdf_python_tools",
40-
"importlib_metadata",
41-
"pytest",
42-
"pytest_cov",
43-
"pytest_randomly",
44-
"pytest_timeout",
45-
"shippinglabel",
46-
]
4730
known_first_party = [ "dep_checker",]
4831
line_length = 115
4932

0 commit comments

Comments
 (0)