Skip to content

Commit 443a0c1

Browse files
committed
pre-commit autoupdate and autofix
1 parent 48461cf commit 443a0c1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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: |
@@ -26,7 +26,7 @@ jobs:
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 }}

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
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
@@ -54,7 +54,7 @@ repos:
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"]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

0 commit comments

Comments
 (0)