Skip to content

Commit e0ffdb1

Browse files
[pre-commit.ci] pre-commit autoupdate (#61)
updates: - [github.com/PyCQA/isort.git: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3b634ab commit e0ffdb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: add-trailing-comma
77

88
- repo: https://github.com/PyCQA/isort.git
9-
rev: 5.13.2
9+
rev: 6.0.0
1010
hooks:
1111
- id: isort
1212
args:
@@ -56,7 +56,7 @@ repos:
5656
- id: pydocstyle
5757

5858
- repo: https://github.com/codespell-project/codespell
59-
rev: v2.4.0
59+
rev: v2.4.1
6060
hooks:
6161
- id: codespell
6262

@@ -72,7 +72,7 @@ repos:
7272
- --strict
7373

7474
- repo: https://github.com/PyCQA/flake8.git
75-
rev: 7.1.1
75+
rev: 7.1.2
7676
hooks:
7777
- id: flake8
7878
additional_dependencies:

0 commit comments

Comments
 (0)