Skip to content

Commit 5ced2cf

Browse files
committed
update pre-commits
1 parent fb0f684 commit 5ced2cf

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
@@ -15,12 +15,12 @@ repos:
1515
files: requirements-dev.txt
1616

1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
18-
rev: v0.0.247
18+
rev: v0.0.277
1919
hooks:
2020
- id: ruff
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.1.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
language_version: python3
@@ -31,7 +31,7 @@ repos:
3131
- id: blackdoc
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.2
34+
rev: v2.2.5
3535
hooks:
3636
- id: codespell
3737
args:

0 commit comments

Comments
 (0)