Skip to content

Commit cc16c53

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

16 files changed

+53
-32
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ tag = True
55

66
[bumpversion:file:repo_helper.yml]
77

8-
[bumpversion:file:__pkginfo__.py]
9-
108
[bumpversion:file:README.rst]
119

1210
[bumpversion:file:tox_recreate_hook/__init__.py]

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exemptMilestones: false
2828
exemptAssignees: false
2929

3030
# Label to use when marking as stale
31-
staleLabel: wontfix
31+
staleLabel: stale
3232

3333
# Comment to post when marking as stale. Set to `false` to disable
3434
markComment: >

.github/workflows/docs_test_action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
---
33
name: "Docs Check"
44
on:
5-
- push
5+
push:
6+
branches-ignore:
7+
- 'repo-helper-update'
8+
- 'pre-commit-ci-update-config'
9+
pull_request:
610

711
permissions:
812
contents: read

.github/workflows/flake8.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: Flake8
44

55
on:
66
push:
7+
branches-ignore:
8+
- 'repo-helper-update'
9+
- 'pre-commit-ci-update-config'
10+
pull_request:
711

812
permissions:
913
contents: read

.github/workflows/mypy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ name: mypy
44

55
on:
66
push:
7+
branches-ignore:
8+
- 'repo-helper-update'
9+
- 'pre-commit-ci-update-config'
10+
pull_request:
711

812
permissions:
913
contents: read

.github/workflows/octocheese.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
name: "GitHub Releases"
55
on:
6-
push:
7-
branches: ["master"]
86
schedule:
9-
- cron: 0 12 * * 2,4,6
7+
- cron: 0 12 * * *
108

119
jobs:
1210
Run:

.github/workflows/python_ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: Windows
44

55
on:
66
push:
7+
branches-ignore:
8+
- 'repo-helper-update'
9+
- 'pre-commit-ci-update-config'
10+
11+
pull_request:
712

813
permissions:
914
actions: write
@@ -15,7 +20,7 @@ jobs:
1520
runs-on: "windows-2019"
1621
continue-on-error: ${{ matrix.config.experimental }}
1722
env:
18-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-beta.1'
23+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-rc.1'
1924

2025
strategy:
2126
fail-fast: False
@@ -24,7 +29,7 @@ jobs:
2429
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2530
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2631
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
27-
- {python-version: "3.10.0-beta.1", testenvs: "py310-dev,build", experimental: True}
32+
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
2833

2934
steps:
3035
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ name: Linux
44

55
on:
66
push:
7+
branches-ignore:
8+
- 'repo-helper-update'
9+
- 'pre-commit-ci-update-config'
10+
tags:
11+
- '*'
12+
pull_request:
713

814
permissions:
915
actions: write
@@ -15,7 +21,7 @@ jobs:
1521
runs-on: "ubuntu-20.04"
1622
continue-on-error: ${{ matrix.config.experimental }}
1723
env:
18-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-beta.1'
24+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-rc.1'
1925

2026
strategy:
2127
fail-fast: False
@@ -24,7 +30,7 @@ jobs:
2430
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2531
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2632
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
27-
- {python-version: "3.10.0-beta.1", testenvs: "py310-dev,build", experimental: True}
33+
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
2834

2935
steps:
3036
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ name: macOS
44

55
on:
66
push:
7+
branches-ignore:
8+
- 'repo-helper-update'
9+
- 'pre-commit-ci-update-config'
10+
11+
pull_request:
712

813
permissions:
914
actions: write
@@ -15,7 +20,7 @@ jobs:
1520
runs-on: "macos-latest"
1621
continue-on-error: ${{ matrix.config.experimental }}
1722
env:
18-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-beta.1'
23+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-rc.1'
1924

2025
strategy:
2126
fail-fast: False
@@ -24,7 +29,7 @@ jobs:
2429
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2530
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2631
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
27-
- {python-version: "3.10.0-beta.1", testenvs: "py310-dev,build", experimental: True}
32+
- {python-version: "3.10.0-rc.1", testenvs: "py310-dev,build", experimental: True}
2833

2934
steps:
3035
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^$
55

66
repos:
77
- repo: https://github.com/repo-helper/pyproject-parser
8-
rev: v0.2.3
8+
rev: v0.4.1
99
hooks:
1010
- id: reformat-pyproject
1111

@@ -46,7 +46,7 @@ repos:
4646
files: ^tox_recreate_hook/.*\.py$
4747

4848
- repo: https://github.com/domdfcoding/flake2lint
49-
rev: v0.4.0
49+
rev: v0.4.1
5050
hooks:
5151
- id: flake2lint
5252

@@ -73,7 +73,7 @@ repos:
7373
- id: forbid-crlf
7474

7575
- repo: https://github.com/repo-helper/formate
76-
rev: v0.4.5
76+
rev: v0.4.9
7777
hooks:
7878
- id: formate
7979
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

0 commit comments

Comments
 (0)