Skip to content

Commit 173b9c1

Browse files
[pre-commit.ci] pre-commit autoupdate (#314)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8bcdd9f commit 173b9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/codespell-project/codespell
17-
rev: "v2.3.0"
17+
rev: "v2.4.1"
1818
hooks:
1919
- id: codespell
2020

@@ -30,12 +30,12 @@ repos:
3030
- id: blackdoc
3131

3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 7.1.1
33+
rev: 7.1.2
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: 6.0.0
38+
rev: 6.0.1
3939
hooks:
4040
- id: isort
4141

0 commit comments

Comments
 (0)