File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - ' imgbot'
1010 pull_request :
1111
12- permissions :
13- contents : read
14-
1512jobs :
1613 docs :
14+ permissions :
15+ contents : read
1716 runs-on : ubuntu-latest
1817 steps :
1918 - name : Checkout 🛎️
Original file line number Diff line number Diff line change 1010 - ' imgbot'
1111 pull_request :
1212
13- permissions :
14- contents : read
15-
1613jobs :
1714 Run :
1815 name : " Flake8"
16+ permissions :
17+ contents : read
1918 runs-on : " ubuntu-22.04"
2019
2120 steps :
Original file line number Diff line number Diff line change 1010 - ' imgbot'
1111 pull_request :
1212
13- permissions :
14- contents : read
15-
1613jobs :
1714 Run :
15+ permissions :
16+ contents : read
1817 name : " mypy / ${{ matrix.os }}"
1918 runs-on : ${{ matrix.os }}
2019
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : 0 12 * * *
88
9- permissions :
10- contents : write
11-
129jobs :
1310 Run :
11+ permissions :
12+ contents : write
1413 runs-on : ubuntu-latest
1514 steps :
1615 - uses : domdfcoding/octocheese@master
Original file line number Diff line number Diff line change 1111
1212 pull_request :
1313
14- permissions :
15- actions : write
16- issues : write
17- contents : read
18-
1914jobs :
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 }}
Original file line number Diff line number Diff line change 1212 - ' *'
1313 pull_request :
1414
15- permissions :
16- actions : write
17- issues : write
18- contents : read
19-
2015jobs :
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 }}
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 🛎️
Original file line number Diff line number Diff line change 1111
1212 pull_request :
1313
14- permissions :
15- actions : write
16- issues : write
17- contents : read
18-
1914jobs :
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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff line change @@ -27,23 +27,6 @@ lines_between_types = 0
2727use_parentheses = true
2828remove_redundant_aliases = true
2929default_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- ]
4730known_first_party = [ " dep_checker" ,]
4831line_length = 115
4932
You can’t perform that action at this time.
0 commit comments