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