Skip to content

Commit f3e0712

Browse files
Allow running mirror manually (#310)
Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 937a36b commit f3e0712

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Mirror
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56
pull_request:
67
schedule:
78
- cron: "30 8 * * *"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v2.4.1
1414
hooks:
1515
- id: codespell
16-
additional_dependencies: ["tomli>=2.0.1"]
16+
additional_dependencies: ["tomli>=2.2.1"]
1717
- repo: https://github.com/rbubley/mirrors-prettier
1818
rev: "v3.6.2"
1919
hooks:

.pre-commit-hooks.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: pyproject-fmt
2-
name: pyproject-fmt
3-
description: ""
4-
entry: pyproject-fmt
5-
language: python
6-
"files": (^|/)pyproject\.toml$
7-
args: []
8-
require_serial: false
9-
additional_dependencies: []
10-
minimum_pre_commit_version: "0"
1+
- id: pyproject-fmt
2+
name: pyproject-fmt
3+
description: ''
4+
entry: pyproject-fmt
5+
language: python
6+
'files': (^|/)pyproject\.toml$
7+
args: []
8+
require_serial: false
9+
additional_dependencies: []
10+
minimum_pre_commit_version: '0'

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
setup(
77
name='pre_commit_placeholder_package',
88
version='0.0.0',
9-
install_requires=['pyproject-fmt==2.7.0'],
9+
install_requires=['pyproject-fmt==2.8.0'],
1010
)

0 commit comments

Comments
 (0)