Div. dev ops updates (#43)

* Pipline rework to limit mypy and balck to src and tests
* Poetry update
* pre-commit update
This commit is contained in:
2023-08-10 19:20:12 +02:00
committed by GitHub
parent 29b851169c
commit 50bf7811ef
5 changed files with 571 additions and 368 deletions

View File

@@ -25,13 +25,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.277
rev: v0.0.284
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [--config=pyproject.toml]
@@ -40,7 +40,7 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.10.0
hooks:
- id: pretty-format-ini
args: [--autofix]
@@ -61,7 +61,7 @@ repos:
- types-requests
- repo: https://github.com/frnmst/md-toc
rev: 8.1.9
rev: 8.2.0
hooks:
- id: md-toc
@@ -76,6 +76,6 @@ repos:
- id: validate-html
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2
rev: 0.24.0
hooks:
- id: check-github-workflows