Skip to content

Commit 7d56833

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 56bfb5e commit 7d56833

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
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.4.0
14+
rev: v3.11.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py37-plus]
@@ -22,20 +22,20 @@ repos:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.3.0
25+
rev: 23.9.1
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 6.1.0
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
3434
- flake8-comprehensions
3535
- flake8-bugbear
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.3.0
38+
rev: v1.5.1
3939
hooks:
4040
- id: mypy
4141
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)