Pre-commit update

This commit is contained in:
2023-05-01 12:22:59 +02:00
parent d3b14e78ea
commit 9810091f3a

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
exclude: (.txt$|.ipynb$)
@ -24,7 +24,7 @@ repos:
- id: pretty-format-json
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
args: [--config=pyproject.toml]
@ -50,18 +50,18 @@ repos:
- id: flake2lint
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
args: [--config=tox.ini]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.2.0
hooks:
- id: mypy
- repo: https://github.com/frnmst/md-toc
rev: 8.1.5
rev: 8.1.9
hooks:
- id: md-toc
@ -76,7 +76,7 @@ repos:
# - id: validate-html
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py311-plus]