Skip to content

Commit 3525fd2

Browse files
authored
Merge pull request #49 from lhqing/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fb895c3 + 244b4c6 commit 3525fd2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 24.3.0
10+
rev: 24.4.2
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-prettier
1414
rev: v4.0.0-alpha.8
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.16.0
18+
rev: 1.18.0
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
@@ -53,7 +53,7 @@ repos:
5353
- --remove-unused-variable
5454
- --ignore-init-module-imports
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 7.0.0
56+
rev: 7.1.0
5757
hooks:
5858
- id: flake8
5959
additional_dependencies:
@@ -64,7 +64,7 @@ repos:
6464
- flake8-bugbear
6565
- flake8-blind-except
6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.15.2
67+
rev: v3.16.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)