Skip to content

Commit 7f6fb54

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.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.2 → v2.2.1](PyCQA/autoflake@v2.0.2...v2.2.1) - [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.8.0](pre-commit/mirrors-mypy@v1.2.0...v1.8.0)
1 parent 037497c commit 7f6fb54

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.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.4.0
4+
rev: v4.5.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.12.0"
18+
rev: "5.13.2"
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.0.2
22+
rev: v2.2.1
2323
hooks:
2424
- id: autoflake
2525
args: [--in-place, --remove-all-unused-imports]
2626
- repo: https://github.com/psf/black
27-
rev: '23.3.0'
27+
rev: '24.1.1'
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "6.0.0"
31+
rev: "7.0.0"
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: [flake8-typing-imports]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.2.0
36+
rev: v1.8.0
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)