Skip to content

Commit 7540fc5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.2](PyCQA/flake8@7.1.0...7.1.2) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1)
1 parent 3f53187 commit 7540fc5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ 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: 24.4.2
10+
rev: 25.1.0
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.18.0
18+
rev: 1.19.1
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.13.2
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/yesqa
@@ -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.6.0
37+
rev: v5.0.0
3838
hooks:
3939
- id: detect-private-key
4040
- id: check-ast
@@ -53,7 +53,7 @@ repos:
5353
- --remove-unused-variable
5454
- --ignore-init-module-imports
5555
- repo: https://github.com/PyCQA/flake8
56-
rev: 7.1.0
56+
rev: 7.1.2
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.16.0
67+
rev: v3.19.1
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)