Skip to content

Commit d5662d1

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/pycqa/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3) - [github.com/PyCQA/autoflake: v1.7.7 → v2.0.0](PyCQA/autoflake@v1.7.7...v2.0.0) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rikhil Raithatha <23627977+rikhilrai@users.noreply.github.com>
1 parent cbaba6b commit d5662d1

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: check-ast
99
- id: check-builtin-literals
@@ -24,12 +24,12 @@ repos:
2424
- id: requirements-txt-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/pycqa/isort
27-
rev: 5.10.1
27+
rev: v5.11.3
2828
hooks:
2929
- id: isort
3030
args: ['--settings-file', 'pyproject.toml']
3131
- repo: https://github.com/PyCQA/autoflake
32-
rev: v1.7.7
32+
rev: v2.0.0
3333
hooks:
3434
- id: autoflake
3535
args:
@@ -41,13 +41,13 @@ repos:
4141
'--ignore-init-module-imports',
4242
]
4343
- repo: https://github.com/psf/black
44-
rev: 22.10.0
44+
rev: 22.12.0
4545
hooks:
4646
- id: black
4747
language_version: python3
4848
args: ['--config', 'pyproject.toml']
4949
- repo: https://github.com/PyCQA/flake8
50-
rev: 5.0.4
50+
rev: 6.0.0
5151
hooks:
5252
- id: flake8
5353
args: ['--config', '.flake8']
@@ -67,7 +67,7 @@ repos:
6767
- id: python-check-mock-methods
6868
- id: python-use-type-annotations
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v0.982
70+
rev: v0.991
7171
hooks:
7272
- id: mypy
7373
exclude: ^.*\b(migrations)\b.*$

0 commit comments

Comments
 (0)