Skip to content

Commit c6df9ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.18.0](asottile/pyupgrade@v3.16.0...v3.18.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/pycqa/pylint: v3.2.3 → v3.3.1](pylint-dev/pylint@v3.2.3...v3.3.1)
1 parent 50e49e9 commit c6df9ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.4.2
18+
rev: 24.10.0
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.6.0
28+
rev: v5.0.0
2929
hooks:
3030
- id: trailing-whitespace
3131
- id: check-merge-conflict
@@ -40,7 +40,7 @@ repos:
4040
- id: codespell
4141

4242
- repo: https://github.com/pycqa/flake8
43-
rev: 7.1.0
43+
rev: 7.1.1
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.16.0
54+
rev: v3.18.0
5555
hooks:
5656
- id: pyupgrade
5757
args: ["--py39-plus"]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.10.0
60+
rev: v1.11.2
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.2.3
70+
rev: v3.3.1
7171
hooks:
7272
- id: pylint
7373
additional_dependencies:

0 commit comments

Comments
 (0)