Skip to content

Commit bb5ab55

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/autoflake: v2.0.1 → v2.3.1](PyCQA/autoflake@v2.0.1...v2.3.1) - [github.com/psf/black: 23.1.0 → 24.3.0](psf/black@23.1.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.9.0](pre-commit/mirrors-mypy@v0.991...v1.9.0)
1 parent 4757908 commit bb5ab55

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
@@ -2,7 +2,7 @@
22
exclude: ^\.vscode/.*$
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -16,25 +16,25 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/PyCQA/isort
19-
rev: "5.12.0"
19+
rev: "5.13.2"
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/autoflake
23-
rev: v2.0.1
23+
rev: v2.3.1
2424
hooks:
2525
- id: autoflake
2626
args: [--in-place, --remove-all-unused-imports]
2727
- repo: https://github.com/psf/black
28-
rev: '23.1.0'
28+
rev: '24.3.0'
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: "6.0.0"
32+
rev: "7.0.0"
3333
hooks:
3434
- id: flake8
3535
additional_dependencies: [flake8-typing-imports]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v0.991
37+
rev: v1.9.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)