Skip to content

Commit 3dee3f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.4.2](psf/black@23.9.1...24.4.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.11.0 → v3.16.0](asottile/pyupgrade@v3.11.0...v3.16.0)
1 parent f8cc2d9 commit 3dee3f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 23.9.1
10+
rev: 24.4.2
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.3
14+
rev: v4.0.0-alpha.8
1515
hooks:
1616
- id: prettier
1717
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: blacken-docs
2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.12.0
28+
rev: 5.13.2
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/asottile/yesqa
@@ -40,7 +40,7 @@ repos:
4040
- flake8-bugbear
4141
- flake8-blind-except
4242
- repo: https://github.com/pre-commit/pre-commit-hooks
43-
rev: v4.4.0
43+
rev: v4.6.0
4444
hooks:
4545
- id: detect-private-key
4646
- id: check-ast
@@ -50,7 +50,7 @@ repos:
5050
- id: trailing-whitespace
5151
- id: check-case-conflict
5252
- repo: https://github.com/PyCQA/autoflake
53-
rev: v2.2.1
53+
rev: v2.3.1
5454
hooks:
5555
- id: autoflake
5656
args:
@@ -59,7 +59,7 @@ repos:
5959
- --remove-unused-variable
6060
- --ignore-init-module-imports
6161
- repo: https://github.com/PyCQA/flake8
62-
rev: 6.1.0
62+
rev: 7.0.0
6363
hooks:
6464
- id: flake8
6565
additional_dependencies:
@@ -70,7 +70,7 @@ repos:
7070
- flake8-bugbear
7171
- flake8-blind-except
7272
- repo: https://github.com/asottile/pyupgrade
73-
rev: v3.11.0
73+
rev: v3.16.0
7474
hooks:
7575
- id: pyupgrade
7676
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)