Skip to content

Commit d99b416

Browse files
committed
update(ci): pre-commit hooks
1 parent 0830453 commit d99b416

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repos:
3232
args: [--prose-wrap=always, --print-width=88]
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.19.1
35+
rev: v3.20.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
files: "\\.(py)$"
@@ -51,13 +51,13 @@ repos:
5151
# args: [--in-place]
5252

5353
- repo: https://github.com/psf/black
54-
rev: 24.10.0
54+
rev: 25.1.0
5555
hooks:
5656
- id: black
5757
args: [--config=pyproject.toml]
5858

5959
- repo: https://github.com/pycqa/flake8
60-
rev: "7.1.1"
60+
rev: "7.3.0"
6161
hooks:
6262
- id: flake8
6363
additional_dependencies: [pep8-naming]

0 commit comments

Comments
 (0)