File tree 4 files changed +8
-8
lines changed 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.8 '
19
+ python-version : ' 3.11 '
20
20
21
21
- name : Install pre-commit
22
22
run : |
26
26
# pre-commit also runs in pre-commit.ci, but let's have it here too
27
27
# to block `pypi-publish` job from triggering if pre-commit fails
28
28
run : |
29
- pre-commit run -a
29
+ pre-commit run --all-files
30
30
31
31
tests :
32
32
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 6
6
files : ' ^src/.+\.py$|^tests/.+\.py$'
7
7
args : ['--license-filepath', 'LICENSE-HEADER']
8
8
- repo : https://github.com/executablebooks/mdformat
9
- rev : 08fba30538869a440b5059de90af03e3502e35fb # frozen: 0.7.17
9
+ rev : 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
10
10
hooks :
11
11
- id : mdformat
12
12
additional_dependencies :
@@ -32,11 +32,11 @@ repos:
32
32
hooks :
33
33
- id : isort
34
34
- repo : https://github.com/psf/black
35
- rev : b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8 .0
35
+ rev : 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10 .0
36
36
hooks :
37
37
- id : black
38
38
- repo : https://github.com/pre-commit/pre-commit-hooks
39
- rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6 .0
39
+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0 .0
40
40
hooks :
41
41
- id : check-yaml
42
42
- repo : https://github.com/pre-commit/pygrep-hooks
54
54
- flake8-builtins
55
55
- flake8-comprehensions
56
56
- repo : https://github.com/pre-commit/mirrors-mypy
57
- rev : d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
57
+ rev : f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
58
58
hooks :
59
59
- id : mypy
60
60
args : ["--scripts-are-modules"]
Original file line number Diff line number Diff line change 140
140
## 0.2.5
141
141
142
142
- Fixed
143
- - Made exception type ` TOMLDecodeError ` when overwriting a value with a deeply nested table
143
+ - Made exception type ` TOMLDecodeError ` when overwriting a value with a deeply nested table
144
144
145
145
## 0.2.4
146
146
Original file line number Diff line number Diff line change 6
6
7
7
> A lil' TOML parser
8
8
9
- ** Table of Contents** * generated with [ mdformat-toc] ( https://github.com/hukkin/mdformat-toc ) *
9
+ ** Table of Contents** * generated with [ mdformat-toc] ( https://github.com/hukkin/mdformat-toc ) *
10
10
11
11
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 -->
12
12
You can’t perform that action at this time.
0 commit comments