Skip to content

Commit 80a7a7d

Browse files
[pre-commit.ci] pre-commit autoupdate
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/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.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.990 → v1.1.1](pre-commit/mirrors-mypy@v0.990...v1.1.1)
1 parent 385c4a7 commit 80a7a7d

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
@@ -12,37 +12,37 @@ exclude: >
1212
repos:
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
15+
rev: v4.4.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.2.2
23+
rev: v3.3.1
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.10.1
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232

3333
- repo: https://github.com/psf/black
34-
rev: 22.10.0
34+
rev: 23.1.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 5.0.4
39+
rev: 6.0.0
4040
hooks:
4141
- id: flake8
4242
additional_dependencies: [flake8-bugbear]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.990
45+
rev: v1.1.1
4646
hooks:
4747
- id: mypy
4848
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)