Skip to content

Commit 418c8e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.2.0](PyCQA/autoflake@v2.0.1...v2.2.0) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1)
1 parent 4757908 commit 418c8e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/autoflake
23-
rev: v2.0.1
23+
rev: v2.2.0
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: '23.7.0'
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: "6.0.0"
32+
rev: "6.1.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.5.1
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)