Skip to content

Commit b6cca0a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1716)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.1](pre-commit/mirrors-mypy@v1.9.0...v1.10.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
1 parent b85d6b1 commit b6cca0a

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
@@ -15,7 +15,7 @@ ci:
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.5.0
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-merge-conflict
2121
- id: trailing-whitespace
@@ -47,33 +47,33 @@ repos:
4747
args: ["--line-length=120", "--profile=black", "--check"]
4848

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

5555
- repo: https://github.com/psf/black
56-
rev: 24.3.0
56+
rev: 24.4.2
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: 7.0.0
63+
rev: 7.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.9.0
69+
rev: v1.10.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.15.2
76+
rev: v3.16.0
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py37-plus]

0 commit comments

Comments
 (0)