Skip to content

Commit 3d26019

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](PyCQA/autoflake@v2.0.1...v2.0.2) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
1 parent 4757908 commit 3d26019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/autoflake
23-
rev: v2.0.1
23+
rev: v2.0.2
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.3.0'
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
@@ -34,7 +34,7 @@ repos:
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.1.1
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)