Skip to content

Commit 3e336f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#28)
1 parent 11164c9 commit 3e336f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

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

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

2929
- repo: https://github.com/hadialqattan/pycln
30-
rev: "v2.1.5"
30+
rev: "v2.2.2"
3131
hooks:
3232
- id: pycln
3333
args: [--config=pyproject.toml]
3434
stages: [manual]
3535

3636
- repo: https://github.com/psf/black
37-
rev: "23.3.0"
37+
rev: "23.9.1"
3838
hooks:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "6.0.0"
42+
rev: "6.1.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.4.1"
48+
rev: "v1.5.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.5"
61+
rev: "v2.2.6"
6262
hooks:
6363
- id: codespell
6464
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)