Skip to content

Commit 11acd6e

Browse files
authored
release: v0.8.6 (#788)
1 parent 86a0ad8 commit 11acd6e

File tree

6 files changed

+131
-127
lines changed

6 files changed

+131
-127
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: "v0.7.0"
6+
rev: "v0.9.6"
77
hooks:
88
- id: ruff
99
args: [--fix, --exit-non-zero-on-fix]
1010
- id: ruff-format
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.3.0
12+
rev: v2.4.1
1313
hooks:
1414
- id: codespell
1515
args: [--ignore-words=.codespellignore]
@@ -22,7 +22,7 @@ repos:
2222
additional_dependencies:
2323
- importlib_metadata < 5; python_version == "3.7"
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.13.0
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy
2828
files: ".*\\.py$"

0 commit comments

Comments
 (0)