Skip to content

Commit 0251684

Browse files
[pre-commit.ci] pre-commit autoupdate (#1553)
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.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/asottile/pyupgrade: v3.8.0 → v3.14.0](asottile/pyupgrade@v3.8.0...v3.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SACHIDANAND ALLE <[email protected]>
1 parent 8c69d64 commit 0251684

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
@@ -47,33 +47,33 @@ repos:
4747
args: ["--line-length=120", "--profile=black", "--check"]
4848

4949
- repo: https://github.com/psf/black
50-
rev: 23.3.0
50+
rev: 23.9.1
5151
hooks:
5252
- id: black
5353
args: ["--line-length=120"]
5454

5555
- repo: https://github.com/psf/black
56-
rev: 23.3.0
56+
rev: 23.9.1
5757
hooks:
5858
- id: black
5959
name: black (check)
6060
args: ["--line-length=120", "--check"]
6161

6262
- repo: https://github.com/PyCQA/flake8
63-
rev: 6.0.0
63+
rev: 6.1.0
6464
hooks:
6565
- id: flake8
6666
args: ["--count", "--statistics", "--config=setup.cfg"]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.4.1
69+
rev: v1.5.1
7070
hooks:
7171
- id: mypy
7272
exclude: (^tests/|^plugins/)
7373
additional_dependencies: [types-PyYAML,types-filelock,types-requests,types-docutils,types-cachetools]
7474

7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: v3.8.0
76+
rev: v3.14.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus]

0 commit comments

Comments
 (0)