Skip to content

Commit 7dc0340

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.16.1](pre-commit/mirrors-mypy@v1.8.0...v1.16.1)
1 parent c864a99 commit 7dc0340

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(\.vscode/.*)$
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -15,25 +15,25 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/PyCQA/isort
18-
rev: "5.13.2"
18+
rev: "6.0.1"
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.2.1
22+
rev: v2.3.1
2323
hooks:
2424
- id: autoflake
2525
args: [--in-place, --remove-all-unused-imports]
2626
- repo: https://github.com/psf/black
27-
rev: '24.1.1'
27+
rev: '25.1.0'
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "7.0.0"
31+
rev: "7.3.0"
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: [flake8-typing-imports]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.8.0
36+
rev: v1.16.1
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)