Skip to content

Commit 71df06f

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
1 parent e416d2a commit 71df06f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-ast
@@ -37,14 +37,14 @@ repos:
3737
- id: blackdoc
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.5
40+
rev: v2.2.6
4141
hooks:
4242
- id: codespell
4343
args:
4444
- --ignore-words-list=thex
4545

4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.13.0
47+
rev: v3.15.0
4848
hooks:
4949
- id: pyupgrade
5050
args:

0 commit comments

Comments
 (0)