mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-08-11 19:18:28 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user