Excluded ipynb files from json pretty formatter + poetry update (#50)

* Excluded ipynb files from json pretty formatter +  poetry update
* Reworked pip audit
* Relocated dependencies
* Reworked the tests a bit.
* Poetry update
* Excluded lint and test workflows against the target branch
This commit is contained in:
2023-08-16 20:25:15 +02:00
committed by GitHub
parent 1e7e55e649
commit 9c237402be
5 changed files with 545 additions and 50 deletions

View File

@@ -22,6 +22,7 @@ repos:
- id: destroyed-symlinks
- id: debug-statements
- id: pretty-format-json
exclude: (\.ipynb$)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
@@ -52,7 +53,7 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.0
hooks:
- id: mypy
additional_dependencies:
@@ -77,6 +78,6 @@ repos:
- id: validate-html
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.0
rev: 0.24.1
hooks:
- id: check-github-workflows