Skip to content

Commit 4c3b474

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.7.0 → v3.10.1](asottile/pyupgrade@v3.7.0...v3.10.1) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5)
1 parent 35ebd54 commit 4c3b474

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.7.0
23+
rev: v3.10.1
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -31,18 +31,18 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.3.0
34+
rev: 23.9.1
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 6.0.0
39+
rev: 6.1.0
4040
hooks:
4141
- id: flake8
4242
additional_dependencies: [flake8-bugbear]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.4.1
45+
rev: v1.5.1
4646
hooks:
4747
- id: mypy
4848
args: [--config-file=pyproject.toml]
@@ -58,7 +58,7 @@ repos:
5858
)$
5959
6060
- repo: https://github.com/codespell-project/codespell
61-
rev: v2.2.2
61+
rev: v2.2.5
6262
hooks:
6363
- id: codespell
6464
args: ["-S", "*.ipynb"]

0 commit comments

Comments
 (0)