Skip to content

Commit 11164c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#27)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2a7c69d commit 11164c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.3.1"
24+
rev: "v3.8.0"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
2828

2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: "v2.1.3"
30+
rev: "v2.1.5"
3131
hooks:
3232
- id: pycln
3333
args: [--config=pyproject.toml]
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.1.1"
48+
rev: "v1.4.1"
4949
hooks:
5050
- id: mypy
5151
args: []
@@ -58,7 +58,7 @@ repos:
5858
- pytest
5959

6060
- repo: https://github.com/codespell-project/codespell
61-
rev: "v2.2.4"
61+
rev: "v2.2.5"
6262
hooks:
6363
- id: codespell
6464
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)