Skip to content

Commit e7b31f4

Browse files
Update pre-commit versions of black and codespell (#13)
1 parent 3871564 commit e7b31f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.2.4
3+
rev: v2.2.5
44
hooks:
55
- id: codespell
66

@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 23.7.0
2323
hooks:
2424
- id: black
2525
language_version: python3.11

0 commit comments

Comments
 (0)