1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Update pre-commit hooks

This commit is contained in:
Mo 2022-09-13 00:24:12 +02:00
parent a16e0bf33d
commit b02a6683f7

View file

@ -16,12 +16,12 @@ repos:
args: [--py39-plus] args: [--py39-plus]
- repo: https://github.com/crate-ci/typos - repo: https://github.com/crate-ci/typos
rev: v1.11.0 rev: v1.12.4
hooks: hooks:
- id: typos - id: typos
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.6.0 rev: 22.8.0
hooks: hooks:
- id: black - id: black
@ -41,7 +41,7 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 1.2.0b3 rev: 1.2.0rc1
hooks: hooks:
- id: poetry-check - id: poetry-check
- id: poetry-export - id: poetry-export