Skip to content

Commit 1ecf90e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [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 → 24.8.0](psf/black@24.1.1...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
1 parent 847fa42 commit 1ecf90e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v4.6.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -19,21 +19,21 @@ repos:
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: '24.8.0'
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "7.0.0"
31+
rev: "7.1.1"
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.11.2
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)