File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.8 '
19+ python-version : ' 3.11 '
2020
2121 - name : Install pre-commit
2222 run : |
2626 # pre-commit also runs in pre-commit.ci, but let's have it here too
2727 # to block `pypi-publish` job from triggering if pre-commit fails
2828 run : |
29- pre-commit run -a
29+ pre-commit run --all-files
3030
3131 tests :
3232 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 66 files : ' ^src/.+\.py$|^tests/.+\.py$'
77 args : ['--license-filepath', 'LICENSE-HEADER']
88- repo : https://github.com/executablebooks/mdformat
9- rev : 08fba30538869a440b5059de90af03e3502e35fb # frozen: 0.7.17
9+ rev : 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19
1010 hooks :
1111 - id : mdformat
1212 additional_dependencies :
@@ -32,11 +32,11 @@ repos:
3232 hooks :
3333 - id : isort
3434- repo : https://github.com/psf/black
35- rev : b965c2a5026f8ba399283ba3e01898b012853c79 # frozen: 24.8 .0
35+ rev : 1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # frozen: 24.10 .0
3636 hooks :
3737 - id : black
3838- repo : https://github.com/pre-commit/pre-commit-hooks
39- rev : 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6 .0
39+ rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0 .0
4040 hooks :
4141 - id : check-yaml
4242- repo : https://github.com/pre-commit/pygrep-hooks
5454 - flake8-builtins
5555 - flake8-comprehensions
5656- repo : https://github.com/pre-commit/mirrors-mypy
57- rev : d4911cfb7f1010759fde68da196036feeb25b99d # frozen: v1.11.2
57+ rev : f56614daa94d5cd733d3b7004c5df9caad267b4a # frozen: v1.13.0
5858 hooks :
5959 - id : mypy
6060 args : ["--scripts-are-modules"]
Original file line number Diff line number Diff line change 140140## 0.2.5
141141
142142- 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
144144
145145## 0.2.4
146146
Original file line number Diff line number Diff line change 66
77> A lil' TOML parser
88
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 ) *
1010
1111<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=2 -->
1212
You can’t perform that action at this time.
0 commit comments