Skip to content

Commit 6ac5cb2

Browse files
[pre-commit.ci] pre-commit autoupdate (#144)
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [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/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.16.0](asottile/pyupgrade@v3.15.1...v3.16.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/pycqa/pylint: v3.1.0 → v3.2.3](pylint-dev/pylint@v3.1.0...v3.2.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nilashish Chakraborty <[email protected]>
1 parent c2e1bac commit 6ac5cb2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- prettier-plugin-toml
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.3.0
18+
rev: 24.4.2
1919
hooks:
2020
- id: black
2121

@@ -25,7 +25,7 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.5.0
28+
rev: v4.6.0
2929
hooks:
3030
- id: trailing-whitespace
3131
- id: check-merge-conflict
@@ -35,12 +35,12 @@ repos:
3535
- id: debug-statements
3636

3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.2.6
38+
rev: v2.3.0
3939
hooks:
4040
- id: codespell
4141

4242
- repo: https://github.com/pycqa/flake8
43-
rev: 7.0.0
43+
rev: 7.1.0
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
@@ -51,13 +51,13 @@ repos:
5151

5252
- repo: https://github.com/asottile/pyupgrade
5353
# keep it after flake8
54-
rev: v3.15.1
54+
rev: v3.16.0
5555
hooks:
5656
- id: pyupgrade
5757
args: ["--py39-plus"]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.9.0
60+
rev: v1.10.0
6161
hooks:
6262
- id: mypy
6363
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
- types-requests
6868

6969
- repo: https://github.com/pycqa/pylint
70-
rev: v3.1.0
70+
rev: v3.2.3
7171
hooks:
7272
- id: pylint
7373
additional_dependencies:

0 commit comments

Comments
 (0)