File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed 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.5.0
1
+ 2.5.1
Original file line number Diff line number Diff line change 6
6
setup (
7
7
name = 'pre_commit_placeholder_package' ,
8
8
version = '0.0.0' ,
9
- install_requires = ['pyproject-fmt==2.5.0 ' ],
9
+ install_requires = ['pyproject-fmt==2.5.1 ' ],
10
10
)
You can’t perform that action at this time.
0 commit comments