Skip to content

Commit 9c62084

Browse files
authored
Merge pull request #42 from proj-forge/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents ee8253b + 4436d98 commit 9c62084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: black-jupyter
1111

1212
- repo: https://github.com/adamchainz/blacken-docs
13-
rev: "1.16.0"
13+
rev: "1.18.0"
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black==23.7.0]
@@ -46,13 +46,13 @@ repos:
4646
args: [--prose-wrap=always]
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.4.3"
49+
rev: "v0.5.0"
5050
hooks:
5151
- id: ruff
5252
args: ["--fix", "--show-fixes"]
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.10.0"
55+
rev: "v1.10.1"
5656
hooks:
5757
- id: mypy
5858
files: src|tests
@@ -68,7 +68,7 @@ repos:
6868
- click
6969

7070
- repo: https://github.com/codespell-project/codespell
71-
rev: "v2.2.6"
71+
rev: "v2.3.0"
7272
hooks:
7373
- id: codespell
7474

0 commit comments

Comments
 (0)