Skip to content

Commit b8826d5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.1](asottile/pyupgrade@v3.3.1...v3.19.1) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.0.1 → v2.3.1](PyCQA/autoflake@v2.0.1...v2.3.1) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.1.0](psf/black-pre-commit-mirror@23.12.1...25.1.0)
1 parent 22b480a commit b8826d5

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
@@ -1,28 +1,28 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- id: detect-private-key
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.3.1
11+
rev: v3.19.1
1212
hooks:
1313
- id: pyupgrade
1414
args:
1515
- --py38-plus
16-
- repo: https://github.com/myint/autoflake
17-
rev: v2.0.1
16+
- repo: https://github.com/PyCQA/autoflake
17+
rev: v2.3.1
1818
hooks:
1919
- id: autoflake
2020
args:
2121
- --in-place
2222
- --remove-all-unused-imports
2323
- --ignore-init-module-imports
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 7.0.0
25+
rev: 7.1.1
2626
hooks:
2727
- id: "flake8"
2828
entry: pflake8
@@ -33,11 +33,11 @@ repos:
3333
- --config=pyproject.toml
3434
entry: pflake8
3535
- repo: https://github.com/pycqa/isort
36-
rev: 5.13.2
36+
rev: 6.0.0
3737
hooks:
3838
- id: isort
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 23.12.1
40+
rev: 25.1.0
4141
hooks:
4242
- id: black
4343
# - repo: https://github.com/RobertCraigie/pyright-python

0 commit comments

Comments
 (0)