Skip to content

Commit 633aed2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [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/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.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.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/asottile/pyupgrade: v3.11.0 → v3.20.0](asottile/pyupgrade@v3.11.0...v3.20.0)
1 parent bc1959e commit 633aed2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
6-
- push
5+
- pre-commit
6+
- pre-push
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/psf/black
10-
rev: 23.9.1
10+
rev: 25.1.0
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
@@ -21,11 +21,11 @@ repos:
2121
# https://github.com/jupyterlab/jupyterlab/issues/12675
2222
language_version: "17.9.1"
2323
- repo: https://github.com/asottile/blacken-docs
24-
rev: 1.16.0
24+
rev: 1.19.1
2525
hooks:
2626
- id: blacken-docs
2727
- repo: https://github.com/PyCQA/isort
28-
rev: 5.12.0
28+
rev: 6.0.1
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: v5.0.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.3.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.20.0
7474
hooks:
7575
- id: pyupgrade
7676
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)