File tree Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Expand file tree Collapse file tree 5 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Mirror
22on :
33 push :
44 branches : [main]
5+ workflow_dispatch :
56 pull_request :
67 schedule :
78 - cron : " 30 8 * * *"
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 1- 2.7 .0
1+ 2.8 .0
Original file line number Diff line number Diff line change 66setup (
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)
You can’t perform that action at this time.
0 commit comments