Skip to content

Commit d811392

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#2074)
* Update pre-commit hooks: - github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0 - github.com/asottile/pyupgrade: v3.2.0 → v3.3.0 - github.com/PyCQA/flake8: 5.0.4 → 6.0.0 - github.com/pre-commit/mirrors-mypy: v0.982 → v0.991
1 parent e9cf437 commit d811392

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
2727
exclude: ^validation/|\.dtd$|\.xml$
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.2.0
30+
rev: v3.3.0
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--py38-plus"]
@@ -54,14 +54,14 @@ repos:
5454
- id: yesqa
5555

5656
- repo: https://github.com/PyCQA/flake8
57-
rev: 5.0.4
57+
rev: 6.0.0
5858
hooks:
5959
- id: flake8
6060
args: ["--count", "--statistics"]
6161
additional_dependencies: [flake8-encodings==0.5.0.post1]
6262

6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v0.982
64+
rev: v0.991
6565
# check the oldest and newest supported Pythons
6666
hooks:
6767
- &mypy
@@ -79,7 +79,7 @@ repos:
7979
rev: 1.5.3
8080
hooks:
8181
- id: nbqa-pyupgrade
82-
additional_dependencies: [pyupgrade==3.2.0]
82+
additional_dependencies: [pyupgrade==3.3.0]
8383

8484
- repo: https://github.com/codespell-project/codespell
8585
rev: v2.2.2

0 commit comments

Comments
 (0)