Skip to content

Commit 5900200

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8) - [github.com/asottile/blacken-docs: v1.12.1 → 1.20.0](adamchainz/blacken-docs@v1.12.1...1.20.0) - [github.com/PyCQA/isort: 5.11.4 → 6.0.1](PyCQA/isort@5.11.4...6.0.1) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/PyCQA/autoflake: v2.0.0 → v2.3.1](PyCQA/autoflake@v2.0.0...v2.3.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](PyCQA/flake8@6.0.0...7.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.20.0](asottile/pyupgrade@v3.3.1...v3.20.0)
1 parent 4615615 commit 5900200

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@ 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: 22.12.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v3.0.0-alpha.4
14+
rev: v4.0.0-alpha.8
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: v1.12.1
18+
rev: 1.20.0
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.11.4
22+
rev: 6.0.1
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/yesqa
26-
rev: v1.4.0
26+
rev: v1.5.0
2727
hooks:
2828
- id: yesqa
2929
additional_dependencies:
@@ -34,7 +34,7 @@ repos:
3434
- flake8-bugbear
3535
- flake8-blind-except
3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v4.4.0
37+
rev: v6.0.0
3838
hooks:
3939
- id: detect-private-key
4040
- id: check-ast
@@ -45,7 +45,7 @@ repos:
4545
- id: trailing-whitespace
4646
- id: check-case-conflict
4747
- repo: https://github.com/PyCQA/autoflake
48-
rev: v2.0.0
48+
rev: v2.3.1
4949
hooks:
5050
- id: autoflake
5151
args:
@@ -54,7 +54,7 @@ repos:
5454
- --remove-unused-variable
5555
- --ignore-init-module-imports
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: 6.0.0
57+
rev: 7.3.0
5858
hooks:
5959
- id: flake8
6060
additional_dependencies:
@@ -65,7 +65,7 @@ repos:
6565
- flake8-bugbear
6666
- flake8-blind-except
6767
- repo: https://github.com/asottile/pyupgrade
68-
rev: v3.3.1
68+
rev: v3.20.0
6969
hooks:
7070
- id: pyupgrade
7171
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)